From 5bc3eab366265543701ea19a83758792a4183e6e Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 26 Jan 2021 15:27:12 +0200 Subject: [PATCH] lint fix Signed-off-by: Roman --- src/main/routes/watch-route.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/routes/watch-route.ts b/src/main/routes/watch-route.ts index 658b1588b9..2c86314908 100644 --- a/src/main/routes/watch-route.ts +++ b/src/main/routes/watch-route.ts @@ -129,6 +129,7 @@ class WatchRoute extends LensApi { apis.forEach(apiUrl => { const watcher = new ApiWatcher(apiUrl, cluster.getProxyKubeconfig(), response); + watchers.set(apiUrl, watcher); requests(async () => {