Skip to content

Commit

Permalink
chore: update nuxt config
Browse files Browse the repository at this point in the history
  • Loading branch information
flozero committed Apr 14, 2024
1 parent 1124106 commit 98a2eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default defineNuxtModule<ModuleOptions>({
subscription: false,
translations: {},
},
async setup(options: ModuleOptions, nuxt) {
async setup(options: ModuleOptions, nuxt: any) {
if (!options.publicApiKey.length) {
throw new Error('publicApiKey cant be null')
}
Expand Down

0 comments on commit 98a2eb2

Please sign in to comment.