Skip to content

Commit ce8baba

Browse files
committed
chore: typing error
1 parent e12f762 commit ce8baba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default defineNuxtModule<PiniaOrmNuxtOptions>({
3737
// Transpile runtime
3838
nuxt.options.build.transpile.push(resolver.resolve('./runtime'))
3939

40-
// @ts-expect-error - private API
40+
// @ts-ignore
4141
nuxt.hook('devtools:customTabs', (iframeTabs) => {
4242
iframeTabs.push({
4343
name: 'pinia-orm',

0 commit comments

Comments
 (0)