chore(backend): Export Logger class
This commit is contained in:
parent
c2e3886f3f
commit
c37d4d8e04
9 changed files with 21 additions and 21 deletions
|
@ -7,8 +7,7 @@ import {
|
|||
LearningPathResponse,
|
||||
} from '../interfaces/learningPath.js';
|
||||
import { fetchLearningPaths } from './learningPaths.js';
|
||||
import { getLogger } from '../logging/initalize.js';
|
||||
import { Logger } from 'winston';
|
||||
import { getLogger, Logger } from '../logging/initalize.js';
|
||||
|
||||
const logger: Logger = getLogger();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue