mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
Fix import order in api/admin
This commit is contained in:
parent
d23990e709
commit
78cde6dcb2
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue