Skip to content

Commit

Permalink
fix: add .js extension
Browse files Browse the repository at this point in the history
fixes #7826
  • Loading branch information
balazsorban44 committed Jun 21, 2023
1 parent 8fcd46b commit 173000a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter-sequelize/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import type {
VerificationToken,
} from "@auth/core/adapters"
import { Sequelize, Model, ModelCtor } from "sequelize"
import * as defaultModels from "./models"
import * as defaultModels from "./models.js"

export { defaultModels as models }

Expand Down

1 comment on commit 173000a

@vercel
Copy link

@vercel vercel bot commented on 173000a Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.