chore: remove unused imports

This commit is contained in:
Johann150 2022-07-11 15:45:12 +02:00
parent dc6884898d
commit 3317e21b39
Signed by: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -1,7 +1,6 @@
import Bull from 'bull';
import * as fs from 'node:fs';
import { ulid } from 'ulid';
import mime from 'mime-types';
import archiver from 'archiver';
import { queueLogger } from '../../logger.js';