mirror of
https://github.com/hexastack/hexabot
synced 2025-02-23 04:48:51 +00:00
fix: logger import
This commit is contained in:
parent
3756235a76
commit
1f81775844
@ -8,8 +8,9 @@
|
||||
|
||||
import path from 'path';
|
||||
|
||||
import { LoggerService, OnModuleInit } from '@nestjs/common';
|
||||
import { OnModuleInit } from '@nestjs/common';
|
||||
|
||||
import { LoggerService } from '@/logger/logger.service';
|
||||
import { SettingService } from '@/setting/services/setting.service';
|
||||
import { Extension } from '@/utils/generics/extension';
|
||||
import { HyphenToUnderscore } from '@/utils/types/extension';
|
||||
|
Loading…
Reference in New Issue
Block a user