mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-13 01:46:23 +01:00
Remove unused code
This commit is contained in:
parent
bd4a0a060f
commit
97676a4d80
1 changed files with 0 additions and 1 deletions
|
@ -717,7 +717,6 @@ router.post("/transaction", async (req, res) => {
|
|||
"SELECT * FROM users WHERE token = ?",
|
||||
[_key],
|
||||
async function (error, response, fields) {
|
||||
console.log(response[0]);
|
||||
if (error) {
|
||||
res.status(401);
|
||||
res.json({
|
||||
|
|
Loading…
Reference in a new issue