Compare commits
2 Commits
10e8356400
...
76c02bf3fa
| Author | SHA1 | Date | |
|---|---|---|---|
| 76c02bf3fa | |||
| 2d9fd9e3a2 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@teacinema/common",
|
"name": "@teacinema/common",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "Common library for TeaCinema microservices",
|
"description": "Common library for TeaCinema microservices",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|||||||
@ -31,7 +31,7 @@ export class GrpcModule {
|
|||||||
|
|
||||||
return client
|
return client
|
||||||
},
|
},
|
||||||
inject: [ConfigService, GrpcClientFactory]
|
inject: [GrpcClientFactory, ConfigService]
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user