mirror of
https://github.com/gchq/CyberChef
synced 2025-12-11 05:43:28 +00:00
Fixed lint errors
This commit is contained in:
@@ -124,7 +124,7 @@ const PublicKey = {
|
||||
}
|
||||
|
||||
// Signature fields
|
||||
var breakoutSig = false;
|
||||
let breakoutSig = false;
|
||||
try {
|
||||
breakoutSig = r.ASN1HEX.dump(certSig).indexOf("SEQUENCE") === 0;
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user