Skip to content

Commit

Permalink
chore(docs): fix prisma example mongodb schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed May 24, 2024
1 parent a616aad commit bde1f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/getting-started/adapters/prisma.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ model Authenticator {
user User @relation(fields: [userId], references: [id], onDelete: Cascade)
@@id([userId, credentialID])
@@unique([userId, credentialID])
}
```

Expand Down

0 comments on commit bde1f74

Please sign in to comment.