Skip to content

Commit d628b6a

Browse files
committed
Fix issue nestjsx#275: Unable to app.get(ConfigService) in main.ts with node lts (12.16.0) (remove unused dependency)
1 parent d7083a1 commit d628b6a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/decorators/proxy.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { ConfigService } from '../module';
2-
31
/**
42
* @param {string} propertyName
53
* @returns {<T extends {new(...args: any[]): {}}>(constructor: T) => {new(...args: any[]): {}; prototype: {}}}

0 commit comments

Comments
 (0)