1
0
mirror of synced 2024-09-24 11:18:22 +02: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!;
}
await prisma.carCrown.create({
await prisma.ghostTrail.create({
data: saveEx
});
//----------------------------------------------------------