Fix import order in api/admin

This commit is contained in:
Alex Gleason 2025-01-27 18:14:12 -06:00
parent d23990e709
commit 78cde6dcb2
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -1,4 +1,5 @@
import { NostrFilter } from '@nostrify/nostrify';
import { logi } from '@soapbox/logi';
import { z } from 'zod';
import { type AppController } from '@/app.ts';
@ -9,7 +10,6 @@ import { hydrateEvents } from '@/storages/hydrate.ts';
import { createAdminEvent, paginated, parseBody, updateEventInfo, updateUser } from '@/utils/api.ts';
import { renderNameRequest } from '@/views/ditto.ts';
import { renderAdminAccount, renderAdminAccountFromPubkey } from '@/views/mastodon/admin-accounts.ts';
import { logi } from '@soapbox/logi';
import { errorJson } from '@/utils/log.ts';
const adminAccountQuerySchema = z.object({