mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-03-14 15:00:07 +08:00
Reformat
This commit is contained in:
parent
2821a5900c
commit
8ec671d952
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.
|
||||
* @param {function} callback
|
||||
*/
|
||||
SteamCommunity.prototype.getFriendsList = function(callback) {
|
||||
SteamCommunity.prototype.getFriendsList = function(callback) {
|
||||
this.httpRequestGet({
|
||||
"uri": "https://steamcommunity.com/textfilter/ajaxgetfriendslist",
|
||||
"json": true
|
||||
|
Loading…
Reference in New Issue
Block a user