Skip to content

Commit f07969d

Browse files
committed
chore: remove unused variable
1 parent d14f7ec commit f07969d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/kit/src/module/define.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ export function defineNuxtModule<OptionsT extends ModuleOptions> (definition: Mo
7070
}
7171

7272
// Call setup
73-
const key = `nuxt:module:${uniqueKey || (Math.round(Math.random() * 10000))}`
7473
const start = performance.now()
7574
const res = await module.setup?.call(null as any, _options, nuxt) ?? {}
7675
const perf = performance.now() - start

0 commit comments

Comments
 (0)