From 8ec671d95213c5cdc751974c633221ddb7f81c37 Mon Sep 17 00:00:00 2001 From: Alex Corn Date: Thu, 22 Jul 2021 03:04:38 -0400 Subject: [PATCH] Reformat --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 1c6e6a5..2ccea22 100644 --- a/index.js +++ b/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