fix(backend): lint errors

This commit is contained in:
tigattack
2025-09-25 01:39:18 +01:00
parent 03802daf13
commit 22f6befc89
15 changed files with 91 additions and 106 deletions

View File

@@ -218,7 +218,7 @@ router.put(
updated_at: new Date(),
}));
const createdPreferences = await prisma.dashboard_preferences.createMany({
await prisma.dashboard_preferences.createMany({
data: newPreferences,
});
@@ -234,7 +234,7 @@ router.put(
);
// Get default dashboard card configuration
router.get("/defaults", authenticateToken, async (req, res) => {
router.get("/defaults", authenticateToken, async (_req, res) => {
try {
// This provides a comprehensive dashboard view for all new users
const defaultCards = [