fix ( event )

deskripsi:
- fix tampilan sponsor event
This commit is contained in:
2025-01-28 10:36:51 +08:00
parent 1c438e0c70
commit ce1dfa1097
15 changed files with 1085 additions and 103 deletions

View File

@@ -972,8 +972,8 @@ model EventSponsor {
fileExt String?
fileId String
Author User? @relation(fields: [auhtorId], references: [id])
auhtorId String?
Author User? @relation(fields: [authorId], references: [id])
authorId String?
Event Event? @relation(fields: [eventId], references: [id])
eventId String?