Skip to content

Commit eb8b6e3

Browse files
fix!: remove remote middleware & gateway auto registration
BREAKING CHANGE: remote middleware & auto registration logic will be moves to configuration microservice
1 parent 750624c commit eb8b6e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/abstract-microservice.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import { MiddlewareType } from '@interfaces/services/i-abstract-microservice';
3434
abstract class AbstractMicroservice {
3535
/**
3636
* @type {Microservice}
37+
* @protected
3738
*/
3839
protected static instance: AbstractMicroservice;
3940

0 commit comments

Comments
 (0)