Skip to content

Commit

Permalink
Fix issue nestjsx#275: Unable to app.get(ConfigService) in main.ts wi…
Browse files Browse the repository at this point in the history
…th node lts (12.16.0) (remove unused dependency)
  • Loading branch information
romamd committed Mar 16, 2020
1 parent d7083a1 commit d628b6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/decorators/proxy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { ConfigService } from '../module';

/**
* @param {string} propertyName
* @returns {<T extends {new(...args: any[]): {}}>(constructor: T) => {new(...args: any[]): {}; prototype: {}}}
Expand Down

0 comments on commit d628b6a

Please sign in to comment.