mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-03-24 06: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.
|
* 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
|
||||||
|
Loading…
Reference in New Issue
Block a user