fix: set node registry service in service constructor
This commit is contained in:
parent
c360b8b1ce
commit
d9af5bd015
|
@ -30,6 +30,7 @@ export class RegistryService {
|
||||||
constructor(node: S5Node) {
|
constructor(node: S5Node) {
|
||||||
this.node = node;
|
this.node = node;
|
||||||
this.logger = this.node.logger;
|
this.logger = this.node.logger;
|
||||||
|
node.services.registry = this;
|
||||||
}
|
}
|
||||||
|
|
||||||
async init(): Promise<void> {
|
async init(): Promise<void> {
|
||||||
|
|
Loading…
Reference in New Issue