fix typo CI found

pull/517/head
Ryan Tharp 6 years ago committed by GitHub
parent 968ad9227c
commit b62801bc2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -540,7 +540,7 @@ class LokiPublicChannelAPI {
const noteValue = adnMessage.annotations[0].value;
// signatures now required
if (!noteValue.sig!) {
if (!noteValue.sig) {
return false;
}
@ -558,7 +558,7 @@ class LokiPublicChannelAPI {
}
// try to verify signature
let { sig, sigver } = noteValue;
const { sig, sigver } = noteValue;
const annoCopy = _.omit(adnMessage.annotations, ['value.sig', 'value.sigver']);
const verifyObj = {
text: adnMessage.text,

Loading…
Cancel
Save