interface instead of type
This commit is contained in:
1
dist/main.js
vendored
1
dist/main.js
vendored
@ -11,6 +11,7 @@ class Dispatcher {
|
||||
exec() {
|
||||
log.info("Dispatcher starting");
|
||||
this._mqttClient.exec();
|
||||
log.info("Dispatcher running");
|
||||
}
|
||||
}
|
||||
const dispatcher = new Dispatcher();
|
||||
|
Reference in New Issue
Block a user