✏️ Fix typo

This commit is contained in:
Luke Vella 2023-03-31 19:16:58 +01:00
parent de755b1a9e
commit 7fc08c6736

View file

@ -17,7 +17,7 @@ model User {
updatedAt DateTime? @updatedAt @map("updated_at")
comments Comment[]
polls Poll[]
Watcher Watcher[]
watcher Watcher[]
@@map("users")
}