Skip to content

Commit

Permalink
fix(sql): wrong ESM import
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Feb 6, 2024
1 parent 9ec0df2 commit 08996bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sql/src/prepare.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ReflectionClass, resolvePath, resolveProperty, Type, TypeClass, TypeObjectLiteral } from '@deepkit/type';
import type { SQLDatabaseAdapter } from './sql-adapter';
import type { SQLDatabaseAdapter } from './sql-adapter.js';

export type SqlTypeCast = (placeholder: string) => string;

Expand Down

0 comments on commit 08996bb

Please sign in to comment.