Merge pull request #626 from harshjv/fix/missing-comma
add missing comma in commands.js
This commit is contained in:
commit
a9fd3ac07b
|
@ -885,7 +885,7 @@ status.command({
|
|||
handler: function (params) {
|
||||
return {
|
||||
event: "request",
|
||||
params: [params.amount]
|
||||
params: [params.amount],
|
||||
request: {
|
||||
command: "send",
|
||||
params: {
|
||||
|
|
Loading…
Reference in New Issue