chore: remove unused variable

This commit is contained in:
Daniel Roe 2024-07-02 13:21:03 +01:00
parent 2d53229ca9
commit ceec08dbca
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -112,7 +112,6 @@ function _defineNuxtModule<
} }
// 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