Skip to content

Commit c4bb663

Browse files
fix: one more assert
1 parent 2154d27 commit c4bb663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import patchlogs from './data/patchlogs.json' assert { type: 'json' };
1+
import patchlogs from './data/patchlogs.json' with { type: 'json' };
22

33
const keys = ['changes', 'fixes', 'additions'];
44

0 commit comments

Comments
 (0)