Skip to content

Commit 8b6d2e3

Browse files
author
Negotiamini
authored
fix(types): typo (#4504)
1 parent 4f29d39 commit 8b6d2e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/adapter-sequelize/src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Account as ApadterAccount } from "next-auth"
1+
import type { Account as AdapterAccount } from "next-auth"
22
import type {
33
Adapter,
44
AdapterUser,
@@ -12,8 +12,8 @@ export { defaultModels as models }
1212

1313
// @see https://sequelize.org/master/manual/typescript.html
1414
interface AccountInstance
15-
extends Model<ApadterAccount, Partial<ApadterAccount>>,
16-
ApadterAccount {}
15+
extends Model<AdapterAccount, Partial<AdapterAccount>>,
16+
AdapterAccount {}
1717
interface UserInstance
1818
extends Model<AdapterUser, Partial<AdapterUser>>,
1919
AdapterUser {}

0 commit comments

Comments
 (0)