1
0
mirror of synced 2025-01-31 20:15:24 +01:00

Log debug for body

This commit is contained in:
Rin 2022-07-18 12:32:40 +01:00
parent 51e47da9d0
commit aa67a02e90

View File

@ -27,6 +27,7 @@ export default class GameModule extends Module {
if (divcount !== null && divcount !== undefined) {
saveEx.stClearDivCount = divcount;
}
console.log(body);
await prisma.car.update({
where: {
carId: body.carId