1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix linter

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-11-03 15:59:02 +03:00
parent 9dddc37651
commit 7359c26262

View File

@ -66,7 +66,7 @@ export function getWinRootCA(): Promise<string[]> {
}, },
onend: () => { onend: () => {
resolve(CAs.filter(isCertActive)); resolve(CAs.filter(isCertActive));
} },
}); });
}); });
} }