mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 07:13:09 +02:00
fix: errors
This commit is contained in:
parent
2fae63fe15
commit
67dceab22e
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue