mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
fix(portal-api): properly set server property in MachineWatcher
This commit is contained in:
parent
d8f727ef1a
commit
8d1a70e6e1
@ -63,7 +63,7 @@ module.exports = class MachineWatcher {
|
||||
|
||||
// todo assert options
|
||||
this._data = options.data;
|
||||
this._server = options.watch;
|
||||
this._server = options.server;
|
||||
this._frequency = 200;
|
||||
|
||||
this._tritonWatch = new TritonWatch({
|
||||
|
Loading…
Reference in New Issue
Block a user