Skip to content

Commit

Permalink
fix(common): Improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Feb 8, 2020
1 parent 9ae3169 commit 0b64d0d
Showing 1 changed file with 1 addition and 0 deletions.
@@ -1,5 +1,6 @@
import {ILoggerSettings} from "@tsed/common";
import {InjectorService} from "@tsed/di";
import {ILoggerSettings} from "../../config/interfaces/ILoggerSettings";
import {IMiddleware, Middleware, Req, Res} from "../../mvc";

/**
Expand Down

0 comments on commit 0b64d0d

Please sign in to comment.