mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix lint error
Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
This commit is contained in:
parent
c6dce043a7
commit
724e2fb402
@ -66,7 +66,7 @@ export function getWinRootCA(): Promise<string[]> {
|
|||||||
},
|
},
|
||||||
onend: () => {
|
onend: () => {
|
||||||
resolve(CAs.filter(isCertActive));
|
resolve(CAs.filter(isCertActive));
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user