mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 21:58:19 +00:00
chore: remove unused variable
This commit is contained in:
parent
d14f7ec460
commit
f07969d888
@ -70,7 +70,6 @@ export function defineNuxtModule<OptionsT extends ModuleOptions> (definition: Mo
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Call setup
|
// Call setup
|
||||||
const key = `nuxt:module:${uniqueKey || (Math.round(Math.random() * 10000))}`
|
|
||||||
const start = performance.now()
|
const start = performance.now()
|
||||||
const res = await module.setup?.call(null as any, _options, nuxt) ?? {}
|
const res = await module.setup?.call(null as any, _options, nuxt) ?? {}
|
||||||
const perf = performance.now() - start
|
const perf = performance.now() - start
|
||||||
|
Loading…
Reference in New Issue
Block a user