Skip to content

Commit

Permalink
chore: typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDredd committed Mar 28, 2023
1 parent e12f762 commit ce8baba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default defineNuxtModule<PiniaOrmNuxtOptions>({
// Transpile runtime
nuxt.options.build.transpile.push(resolver.resolve('./runtime'))

// @ts-expect-error - private API
// @ts-ignore
nuxt.hook('devtools:customTabs', (iframeTabs) => {
iframeTabs.push({
name: 'pinia-orm',
Expand Down

0 comments on commit ce8baba

Please sign in to comment.