1
0
mirror of synced 2024-11-12 01:10:47 +01:00

get ghost trail req but saving still broken

This commit is contained in:
ghkkk090 2022-07-29 21:19:43 +07:00 committed by GitHub
parent c6fb8434e4
commit d2bdc75e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -748,7 +748,7 @@ export default class GameModule extends Module {
saveEx.tuneHandling = body.ghost?.car.tuneHandling!; saveEx.tuneHandling = body.ghost?.car.tuneHandling!;
} }
await prisma.carCrown.create({ await prisma.ghostTrail.create({
data: saveEx data: saveEx
}); });
//---------------------------------------------------------- //----------------------------------------------------------