refactor: Remove unused exports

Remove setPrimaryAccountSchema from email-account.validators.js and
requireOwnerOrAdmin from roleMiddleware.js — both have zero imports.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
richardtekula
2026-01-28 07:20:00 +01:00
parent 938a8d1478
commit 01ce2fc7ad
2 changed files with 0 additions and 52 deletions

View File

@@ -21,7 +21,3 @@ export const updateEmailAccountSchema = z.object({
isActive: z.boolean().optional(),
});
// Set primary account schema
export const setPrimaryAccountSchema = z.object({
accountId: z.string().uuid('Neplatný formát account ID'),
});