mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-03-05 07:16:53 +01:00
We don't need the whole Logger class here
This commit is contained in:
parent
02c3ee12dc
commit
6b88c4f143
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue