Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadzurami committed Feb 21, 2024
1 parent 640de4d commit 25c20dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/07-web.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class SteamUserWeb extends SteamUserWebAPI {
*/

this.emit('webSession', sessionId, cookies);
}).catch((error) => this.emit('error', new Error('Failed to get web session: ' + error.message)));
}).catch(error => this.emit('error', new Error('Failed to get web session: ' + error.message)));
}
}

Expand Down

0 comments on commit 25c20dc

Please sign in to comment.