mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
lint fix
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
b1fac0d727
commit
5bc3eab366
@ -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 () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user