Fixed last eslint error

This commit is contained in:
Alex Corn 2021-07-29 03:15:47 -04:00
parent e252efc455
commit 40ee35ac89
No known key found for this signature in database
GPG Key ID: E51989A3E7A27FDF

View File

@ -394,7 +394,7 @@ SteamCommunity.prototype.getUserInventoryContexts = function(userID, callback) {
let data;
try {
data = JSON.parse(match[1]);
} catch(e) {
} catch (e) {
callback(new Error('Malformed response'));
return;
}