Skip to content

Commit

Permalink
chore: Review
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Apr 23, 2019
1 parent 2e85148 commit f599fda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import {InjectorService} from "@tsed/di";
import * as Express from "express";
import {RequestLogger} from "packages/common/src/mvc/class/RequestLogger";
import {Req} from "../../filters/decorators/request";
import {IMiddleware, Middleware} from "../../mvc";
import {IMiddleware, Middleware, RequestLogger} from "../../mvc";
import "../../mvc/interfaces/Express";

/**
Expand Down
3 changes: 2 additions & 1 deletion packages/core/src/utils/ObjectUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ export function isEmpty(value: any): boolean {
/**
* Tests to see if the object is an ES2015 (ES6) Promise
* @see {@link https://www.ecma-international.org/ecma-262/6.0/#sec-promise-objects}
* @param target the object to test
* @param target
* @returns {boolean}
*/
export function isPromise(target: any): boolean {
return (
Expand Down

0 comments on commit f599fda

Please sign in to comment.