fix(portal-api): properly set server property in MachineWatcher

This commit is contained in:
Sérgio Ramos 2017-08-22 14:38:32 +01:00
parent d8f727ef1a
commit 8d1a70e6e1
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ module.exports = class MachineWatcher {
// todo assert options // todo assert options
this._data = options.data; this._data = options.data;
this._server = options.watch; this._server = options.server;
this._frequency = 200; this._frequency = 200;
this._tritonWatch = new TritonWatch({ this._tritonWatch = new TritonWatch({