Skip to content

Commit

Permalink
fix: logger import 경로 수정 (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Aug 1, 2023
1 parent 2e01207 commit 1dce1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/app-data-source.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { DataSource, DataSourceOptions } from 'typeorm';
import { connectMode, connectOption } from '~/config';
import * as entities from '~/entity/entities';
import { logger } from './v1/utils/logger';
import { logger } from './logger';

export const option: DataSourceOptions = {
type: 'mysql',
Expand Down

0 comments on commit 1dce1e1

Please sign in to comment.