mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-02-06 20:57:02 +08:00
Fixed last eslint error
This commit is contained in:
parent
e252efc455
commit
40ee35ac89
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user