Skip to content

Commit fc62d60

Browse files
committed
fix: types
1 parent c24ed88 commit fc62d60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runtime/parser/handlers/code.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export default (state: State, node: Code) => {
1919

2020
if (meta) {
2121
result.data = {
22-
// @ts-expect-error missing types
2322
meta
2423
}
2524
}

0 commit comments

Comments
 (0)