Skip to content

Commit f294796

Browse files
committed
fix(:bug:) bad type annotation
1 parent 699b535 commit f294796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default function plugin(
8585
})
8686
).filter(Boolean);
8787
},
88-
async contentLoaded({ content, actions }): void {
88+
async contentLoaded({ content, actions }): Promise<void> {
8989
const re = /\.[jt]sx?/gi;
9090
const { createData, setGlobalData, addRoute } = actions;
9191

0 commit comments

Comments
 (0)