Skip to content

Commit

Permalink
Merge pull request #116 from SergeWilfried/fixconflicts
Browse files Browse the repository at this point in the history
chore(prisma/schema.prisma): resolve merge conflict markers in User m…
  • Loading branch information
SergeWilfried authored Feb 29, 2024
2 parents 85abe65 + 662d428 commit 7a7d907
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions packages/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,9 @@ model User {
twoFactorSecret String?
twoFactorEnabled Boolean @default(false)
twoFactorBackupCodes String?
<<<<<<< HEAD
=======
url String? @unique
userProfile UserProfile?
>>>>>>> documenso-main
VerificationToken VerificationToken[]
ApiToken ApiToken[]
Template Template[]
Expand Down
4 changes: 0 additions & 4 deletions packages/trpc/server/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,8 @@ export const appRouter = router({
singleplayer: singleplayerRouter,
team: teamRouter,
template: templateRouter,
<<<<<<< HEAD
twoFactorAuthentication: twoFactorAuthenticationRouter
=======
webhook: webhookRouter,
twoFactorAuthentication: twoFactorAuthenticationRouter,
>>>>>>> documenso-main
});

export type AppRouter = typeof appRouter;

0 comments on commit 7a7d907

Please sign in to comment.