mirror of
https://github.com/better-auth/better-auth.git
synced 2026-07-30 06:04:15 -05:00
fix: oauth failing when using drizzle adapter (#1563)
This commit is contained in:
@@ -802,7 +802,7 @@ export const createInternalAdapter = (
|
||||
where: [
|
||||
{
|
||||
field: "expiresAt",
|
||||
value: new Date().toISOString(),
|
||||
value: new Date(),
|
||||
operator: "lt",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user