Skip to content

Commit fbb4ee2

Browse files
authoredNov 10, 2023
Merge pull request #249 from BastiDood/fix-deno-import
fix(deno): avoid Node-style import resolution
2 parents cf47268 + 587d719 commit fbb4ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎library/src/methods/getFallback/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type {
33
SchemaWithFallback,
44
SchemaWithFallbackAsync,
55
} from '../fallback/index.ts';
6-
import type { SchemaWithMaybeFallback } from './getFallback';
6+
import type { SchemaWithMaybeFallback } from './getFallback.ts';
77
import type { SchemaWithMaybeFallbackAsync } from './getFallbackAsync.ts';
88

99
/**

0 commit comments

Comments
 (0)
Please sign in to comment.