diff options
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/js/utils/match.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/js/utils/match.ts b/web_src/js/utils/match.ts index 274c9322ff..af669116a2 100644 --- a/web_src/js/utils/match.ts +++ b/web_src/js/utils/match.ts @@ -1,4 +1,4 @@ -import emojis from '../../../assets/emoji.json'; +import emojis from '../../../assets/emoji.json' with {type: 'json'}; import {GET} from '../modules/fetch.ts'; import type {Issue} from '../types.ts'; |