chore: remove unused packages
This commit is contained in:
parent
ab19a7ccd2
commit
82c39a2544
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue