mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-21 22:06:26 +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 = ?",
|
"SELECT * FROM users WHERE token = ?",
|
||||||
[_key],
|
[_key],
|
||||||
async function (error, response, fields) {
|
async function (error, response, fields) {
|
||||||
console.log(response[0]);
|
|
||||||
if (error) {
|
if (error) {
|
||||||
res.status(401);
|
res.status(401);
|
||||||
res.json({
|
res.json({
|
||||||
|
|
Loading…
Reference in a new issue