Skip to content
Snippets Groups Projects
Verified Commit 6b88c4f1 authored by cuteBoiButt's avatar cuteBoiButt
Browse files

We don't need the whole Logger class here

parent 02c3ee12
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ import { Injectable } from '@nestjs/common';
import { XMLParser } from 'fast-xml-parser';
import { HttpRequestService } from '@/core/HttpRequestService.js';
import { bindThis } from '@/decorators.js';
import Logger from '@/logger.js';
import type Logger from '@/logger.js';
import { RemoteLoggerService } from './RemoteLoggerService.js';
export type ILink = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment