Skip to content

Commit

Permalink
chore: remove unused @ts-expect-error directive
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed May 13, 2024
1 parent 2ec0f08 commit 80afb96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,8 @@ export default defineNuxtModule<ModuleOptions>({
const { resolve } = createResolver(import.meta.url)

// Add module options to public runtime config
// @ts-expect-error: Loosely typed runtime config
nuxt.options.runtimeConfig.public.gtag = defu(
nuxt.options.runtimeConfig.public.gtag as Required<ModuleOptions>,
nuxt.options.runtimeConfig.public.gtag,
options,
)

Expand Down

0 comments on commit 80afb96

Please sign in to comment.