Skip to content

Commit 98a2eb2

Browse files
committed
chore: update nuxt config
1 parent 1124106 commit 98a2eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default defineNuxtModule<ModuleOptions>({
5353
subscription: false,
5454
translations: {},
5555
},
56-
async setup(options: ModuleOptions, nuxt) {
56+
async setup(options: ModuleOptions, nuxt: any) {
5757
if (!options.publicApiKey.length) {
5858
throw new Error('publicApiKey cant be null')
5959
}

0 commit comments

Comments
 (0)