diff options
Diffstat (limited to 'scripts/socket/message.js')
-rw-r--r-- | scripts/socket/message.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/socket/message.js b/scripts/socket/message.js index 0288cbc..ec8e912 100644 --- a/scripts/socket/message.js +++ b/scripts/socket/message.js @@ -9,7 +9,7 @@ class Message{ stringify () { - var dat = this.d + let dat = this.d if(typeof dat !== "string"){ dat = JSON.stringify(dat); } |