Skip to content

Commit 344938b

Browse files
committed
type: ignore api call typecheck
1 parent 30cd412 commit 344938b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/highlighter/rehype-nuxt.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const defaults: RehypeHighlightOption = {
99
return import('#mdc-highlighter').then(h => h.default(code, lang, theme, options)).catch(() => ({}))
1010
}
1111

12+
// @ts-expect-error -- types not updated
1213
return await $fetch('/api/_mdc/highlight', {
1314
params: {
1415
code,

0 commit comments

Comments
 (0)