fix: eslint errors, switch to using maps

This commit is contained in:
Huskydog9988
2025-04-15 20:04:45 -04:00
parent e362f732e7
commit 8f429e1e56
21 changed files with 158 additions and 159 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
import { applicationSettings } from "../internal/config/application-configuration";
import prisma from "../internal/db/database";
export default defineNitroPlugin(async (nitro) => {
export default defineNitroPlugin(async () => {
// Ensure system user exists
// The system user owns any user-based code
// that we want to re-use for the app