diff --git a/server/express/admin.ts b/server/express/admin.ts index bfbad1462..4e3615a23 100644 --- a/server/express/admin.ts +++ b/server/express/admin.ts @@ -3,7 +3,7 @@ import { getH3Event } from 'h3-express'; import SQL from 'sql-template-strings'; import { encodeTime, decodeTime, ulid } from 'ulid'; -import { shuffle, handleErrorAsync, filterObjectKeys } from '../../src/helpers.ts'; +import { shuffle, handleErrorAsync } from '../../src/helpers.ts'; import { auditLog, fetchAuditLog } from '../audit.ts'; import { archiveBan, liftBan } from '../ban.ts'; import type { Database } from '../db.ts'; @@ -11,7 +11,7 @@ import mailer from '../mailer.ts'; import { profilesSnapshot } from './profile.ts'; import { loadCurrentUser } from './user.ts'; -import type { AuthenticatorRow, UserRow } from './user.ts'; +import type { UserRow } from './user.ts'; import type { Config } from '~/locale/config.ts'; import type { StatRow } from '~/server/admin.ts';