mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Style fix
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
parent
9efaac289b
commit
fbc130fdfd
@ -507,7 +507,7 @@ export class KubeApi<T extends KubeObject> {
|
||||
});
|
||||
|
||||
const watchUrl = this.getWatchUrl(namespace);
|
||||
const responsePromise = this.request.getResponse(watchUrl, null,{ signal, timeout: 600_000 });
|
||||
const responsePromise = this.request.getResponse(watchUrl, null, { signal, timeout: 600_000 });
|
||||
|
||||
logger.info(`[KUBE-API] watch (${watchId}) ${retry === true ? "retried" : "started"} ${watchUrl}`);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user