2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-21 02:33:34 +00:00

Fixed lint errors

This commit is contained in:
n1474335
2017-05-05 16:03:25 +00:00
parent b68adbd9a8
commit 76204f5f47

View File

@@ -124,7 +124,7 @@ 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) {