Skip to content

Commit

Permalink
chore: eslint 오류 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
yechan2468 committed Dec 5, 2023
1 parent 0362e46 commit f441735
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Inject, Logger } from '@nestjs/common';
import { WINSTON_MODULE_PROVIDER } from 'nest-winston';
import { Logger } from '@nestjs/common';

class PromisePool {
private promises: Promise<number>[] = [];
Expand Down

0 comments on commit f441735

Please sign in to comment.