mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
refactor: remove unused imports
This commit is contained in:
parent
bac2c51bc1
commit
f92c382da9
1 changed files with 1 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ import { z } from 'zod';
|
|||
|
||||
import { AppController } from '@/app.ts';
|
||||
import { Conf } from '@/config.ts';
|
||||
import { type DittoUpload, dittoUploads } from '@/DittoUploads.ts';
|
||||
import { dittoUploads } from '@/DittoUploads.ts';
|
||||
import { addTag } from '@/utils/tags.ts';
|
||||
import { getAuthor } from '@/queries.ts';
|
||||
import { createEvent, paginated, parseBody, updateEvent } from '@/utils/api.ts';
|
||||
|
|
@ -22,7 +22,6 @@ import { renderAttachment } from '@/views/mastodon/attachments.ts';
|
|||
import { renderAccount } from '@/views/mastodon/accounts.ts';
|
||||
import { Storages } from '@/storages.ts';
|
||||
import { updateListAdminEvent } from '@/utils/api.ts';
|
||||
import { thumbnailSchema } from '@/schemas/activitypub.ts';
|
||||
|
||||
const markerSchema = z.enum(['read', 'write']);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue