mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 15:56:16 -04:00
Fixed lint errors
This commit is contained in:
parent
b68adbd9a8
commit
76204f5f47
1 changed files with 2 additions and 2 deletions
|
@ -124,10 +124,10 @@ const PublicKey = {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Signature fields
|
// Signature fields
|
||||||
var breakoutSig = false;
|
let breakoutSig = false;
|
||||||
try {
|
try {
|
||||||
breakoutSig = r.ASN1HEX.dump(certSig).indexOf("SEQUENCE") === 0;
|
breakoutSig = r.ASN1HEX.dump(certSig).indexOf("SEQUENCE") === 0;
|
||||||
} catch(err) {
|
} catch (err) {
|
||||||
// Error processing signature, output without further breakout
|
// Error processing signature, output without further breakout
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue