删除console.log
This commit is contained in:
parent
fbd112071f
commit
b826ffb3ce
@ -11,7 +11,6 @@ router.get('/', async (req, res, next) => {
|
|||||||
deleted: false,
|
deleted: false,
|
||||||
}
|
}
|
||||||
if (query.game_id) opt.game_id = query.game_id
|
if (query.game_id) opt.game_id = query.game_id
|
||||||
console.log(opt)
|
|
||||||
try {
|
try {
|
||||||
const result = await GameGift.find(opt)
|
const result = await GameGift.find(opt)
|
||||||
res.send({
|
res.send({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user