Skip to content

Commit db00e57

Browse files
taneltmmrts
authored andcommitted
fix: Promise not rejected when user cancels getSigningCertificate
Signed-off-by: Tanel Metsar <[email protected]>
1 parent 192ea65 commit db00e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/background/actions/getSigningCertificate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default async function getSigningCertificate(
7979
console.error("GetSigningCertificate:", error);
8080

8181
return {
82-
action: Action.STATUS_FAILURE,
82+
action: Action.GET_SIGNING_CERTIFICATE_FAILURE,
8383
error: serializeError(error),
8484
};
8585
} finally {

0 commit comments

Comments
 (0)