From 3f16806f372cce20bf8c4421bbfb5e7c4075dfca Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 9 Jul 2018 11:15:13 +0300 Subject: [PATCH] make linter happy --- lib/dashboard/dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dashboard/dashboard.js b/lib/dashboard/dashboard.js index b5e4bdff..0bf7a7a5 100644 --- a/lib/dashboard/dashboard.js +++ b/lib/dashboard/dashboard.js @@ -32,7 +32,7 @@ class Dashboard { console = new Console({ events: self.events, plugins: self.plugins, - version: self.version, + version: self.version }); callback(); },