From 5fb80c7fcb146842d580424833766a6b1c01f43a Mon Sep 17 00:00:00 2001 From: matjaz321 Date: Wed, 29 Jul 2020 22:26:45 +0200 Subject: [PATCH] fixed es linting error --- src/controllers/livetvtuner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/livetvtuner.js b/src/controllers/livetvtuner.js index d7dc96ee4d..9250c18432 100644 --- a/src/controllers/livetvtuner.js +++ b/src/controllers/livetvtuner.js @@ -225,4 +225,4 @@ export default function (view, params) { }); }); }); -}; +}