fix: errors

This commit is contained in:
Mar0xy 2023-11-16 20:08:16 +01:00
parent 2fae63fe15
commit 67dceab22e
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -12,6 +12,8 @@ import type { Config } from '@/config.js';
import { DI } from '@/di-symbols.js'; */
import multer from 'fastify-multer';
import { bindThis } from '@/decorators.js';
import type { Config } from '@/config.js';
import { DI } from '@/di-symbols.js';
import type { FastifyInstance } from 'fastify';
function getClient(BASE_URL: string, authorization: string | undefined): MegalodonInterface {