mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2026-08-19 05:03:28 +08:00
Reformat
This commit is contained in:
2
index.js
2
index.js
@@ -541,7 +541,7 @@ SteamCommunity.prototype._myProfile = function(endpoint, form, callback) {
|
|||||||
* Therefore, you can deduce your friends or blocked list from this object.
|
* Therefore, you can deduce your friends or blocked list from this object.
|
||||||
* @param {function} callback
|
* @param {function} callback
|
||||||
*/
|
*/
|
||||||
SteamCommunity.prototype.getFriendsList = function(callback) {
|
SteamCommunity.prototype.getFriendsList = function(callback) {
|
||||||
this.httpRequestGet({
|
this.httpRequestGet({
|
||||||
"uri": "https://steamcommunity.com/textfilter/ajaxgetfriendslist",
|
"uri": "https://steamcommunity.com/textfilter/ajaxgetfriendslist",
|
||||||
"json": true
|
"json": true
|
||||||
|
|||||||
Reference in New Issue
Block a user