This commit is contained in:
Alex Corn 2021-07-22 02:56:03 -04:00
parent 3a224ff45f
commit 429a76edcc
No known key found for this signature in database
GPG Key ID: E51989A3E7A27FDF

View File

@ -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": {