This commit is contained in:
Alex Corn 2021-07-22 03:04:38 -04:00
parent 2821a5900c
commit 8ec671d952
No known key found for this signature in database
GPG Key ID: E51989A3E7A27FDF

View File

@ -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