chore: remove unused packages

This commit is contained in:
Mar0xy 2023-09-29 06:59:25 +02:00
parent ab19a7ccd2
commit 82c39a2544
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -5,8 +5,6 @@ import { getClient } from '../MastodonApiServerService.js';
import { convertTimelinesArgsId, limitToInt } from './timeline.js';
import type { Entity } from 'megalodon';
import type { FastifyInstance } from 'fastify';
import { MfmService } from '@/core/MfmService.js';
import * as mfm from 'mfm-js';
function normalizeQuery(data: any) {
const str = querystring.stringify(data);
@ -15,7 +13,6 @@ function normalizeQuery(data: any) {
export class ApiStatusMastodon {
private fastify: FastifyInstance;
private mfmservice: MfmService;
constructor(fastify: FastifyInstance) {
this.fastify = fastify;