From 8d1a70e6e1b7ef0c9bc8f9eeda0236bc49b6f403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Tue, 22 Aug 2017 14:38:32 +0100 Subject: [PATCH] fix(portal-api): properly set server property in MachineWatcher --- packages/portal-api/lib/watch/machines.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/portal-api/lib/watch/machines.js b/packages/portal-api/lib/watch/machines.js index f38501ce..44a0b644 100644 --- a/packages/portal-api/lib/watch/machines.js +++ b/packages/portal-api/lib/watch/machines.js @@ -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({