Skip to content

Commit

Permalink
Added missing .js extension to import (#10123)
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Domino <[email protected]>
  • Loading branch information
colecrouter and ndom91 authored Feb 26, 2024
1 parent 2a9b693 commit afbf2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter-d1/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import type {
VerificationToken as AdapterVerificationToken,
} from "@auth/core/adapters"

export { up } from "./migrations"
export { up } from "./migrations.js"

/**
* @type @cloudflare/workers-types.D1Database | @miniflare/d1.D1Database
Expand Down

0 comments on commit afbf2bd

Please sign in to comment.