chore: lint

This commit is contained in:
Ramesh Mane
2026-03-04 14:42:39 +00:00
parent 06b453baa8
commit 6cd7ff50ae
14 changed files with 70 additions and 91 deletions

View File

@@ -72,5 +72,4 @@ export default defineNuxtRouteMiddleware(async (to) => {
return navigateTo({ path: `/${to.params.typeOrId}/${to.params.baseId}/settings/${slug}`, query }, { replace: true })
}
}
})