mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2026-09-04 06:22:46 +08:00
Fixed missing 'var self = this;'
This commit is contained in:
@@ -101,7 +101,8 @@ SteamCommunity.prototype.chatMessage = function(recipient, text, type, callback)
|
||||
}
|
||||
|
||||
type = type || 'saytext';
|
||||
|
||||
|
||||
var self = this;
|
||||
this.request.post({
|
||||
"uri": "https://api.steampowered.com/ISteamWebUserPresenceOAuth/Message/v1",
|
||||
"form": {
|
||||
|
||||
Reference in New Issue
Block a user