1
0
mirror of synced 2024-09-24 11:18:22 +02:00

fix crown ghost saving bug

This commit is contained in:
ghkkk090 2022-07-31 13:30:50 +07:00
parent 6e3bddd018
commit d3abffa233

View File

@ -758,18 +758,16 @@ export default class GameModule extends Module {
if(gCount){ if(gCount){
let gdbId = gCount.dbId; let gdbId = gCount.dbId;
await prisma.ghostTrail.update({ await prisma.ghostTrail.delete({
where: { where: {
dbId: gdbId dbId: gdbId
}, }
data: saveEx
});
}
else{
await prisma.ghostTrail.create({
data: saveEx
}); });
} }
await prisma.ghostTrail.create({
data: saveEx
});
await prisma.carCrown.update({ await prisma.carCrown.update({
where: { where: {