Merge pull request #626 from harshjv/fix/missing-comma

add missing comma in commands.js
This commit is contained in:
Jarrad 2017-01-10 14:16:03 +07:00 committed by GitHub
commit a9fd3ac07b
1 changed files with 3 additions and 3 deletions

View File

@ -885,7 +885,7 @@ status.command({
handler: function (params) {
return {
event: "request",
params: [params.amount]
params: [params.amount],
request: {
command: "send",
params: {