fix it correctly
This commit is contained in:
parent
ae976a0caa
commit
7f600c39ca
1 changed files with 1 additions and 2 deletions
3
app.js
3
app.js
|
@ -52,8 +52,7 @@ function handle_application_command(state, data, channel_id) {
|
||||||
|
|
||||||
default:
|
default:
|
||||||
console.error(`unknown command: ${name}`);
|
console.error(`unknown command: ${name}`);
|
||||||
if (res) return res.status(400).json({ error: "unknown command" });
|
return state.res.status(400).json({ error: "unknown command" });
|
||||||
else return null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue