chore: revert formatting

This commit is contained in:
Harlan Wilton 2023-07-25 15:17:57 +03:00
parent bf0c77db89
commit cf0ec6a6e2

View File

@ -40,7 +40,7 @@ export async function getNuxtModuleVersion (module: string | NuxtModule, nuxt: N
if (!moduleMeta.name) { return false } if (!moduleMeta.name) { return false }
// maybe the version got attached within the installed module instance? // maybe the version got attached within the installed module instance?
const version = nuxt.options._installedModules const version = nuxt.options._installedModules
// @ts-expect-error _installedModules is not typed // @ts-expect-error _installedModules is not typed
.filter(m => m.meta.name === moduleMeta.name).map(m => m.meta.version)?.[0] .filter(m => m.meta.name === moduleMeta.name).map(m => m.meta.version)?.[0]
if (version) { if (version) {
return version return version