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