Skip to content

Commit

Permalink
addd
Browse files Browse the repository at this point in the history
  • Loading branch information
sayandedotcom committed Oct 13, 2024
1 parent ff84178 commit 06305bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/lib/next-auth-custom-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export function RefhiredAdapter(prisma: PrismaClient | ReturnType<PrismaClient["
throw error;
}
},
/// @ts-expect-error
async getAccount(providerAccountId, provider) {
return p.account.findFirst({
where: { providerAccountId, provider },
Expand Down

0 comments on commit 06305bf

Please sign in to comment.