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

Fix usage after rebase

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-10-31 14:55:18 -04:00
parent 012ee239d8
commit 0f884a4f37

View File

@ -23,7 +23,7 @@ const requestSystemCAsInjectable = getInjectable({
if (!result.callWasSuccessful) {
return {
callWasSuccessful: false,
error: result.error.stderr || result.error.error.message,
error: result.error.stderr || result.error.message,
};
}