From 429a76edcc283f45f2306c4c9008936c5e7b8c38 Mon Sep 17 00:00:00 2001 From: Alex Corn Date: Thu, 22 Jul 2021 02:56:03 -0400 Subject: [PATCH] Reformat --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index dcbfcb8..9c058c7 100644 --- a/index.js +++ b/index.js @@ -540,7 +540,7 @@ SteamCommunity.prototype._myProfile = function(endpoint, form, callback) { * @param {int|string} packageID * @param {function} callback */ - SteamCommunity.prototype.restorePackage = function(packageID, callback) { +SteamCommunity.prototype.restorePackage = function(packageID, callback) { this.httpRequestPost({ "uri": "https://help.steampowered.com/wizard/AjaxDoPackageRestore", "form": { @@ -570,7 +570,7 @@ SteamCommunity.prototype._myProfile = function(endpoint, form, callback) { * @param {int|string} packageID * @param {function} callback */ - SteamCommunity.prototype.removePackage = function(packageID, callback) { +SteamCommunity.prototype.removePackage = function(packageID, callback) { this.httpRequestPost({ "uri": "https://help.steampowered.com/wizard/AjaxDoPackageRemove", "form": {