not skip
This commit is contained in:
parent
dd8561fe63
commit
018f058ef1
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ export class InboxProcessorService {
|
||||||
this.logger.debug(`compacted: ${JSON.stringify(compactedInfo, null, 2)}`);
|
this.logger.debug(`compacted: ${JSON.stringify(compactedInfo, null, 2)}`);
|
||||||
//#endregion
|
//#endregion
|
||||||
} else {
|
} else {
|
||||||
throw new Error(`skip: http-signature verification failed and no LD-Signature. http_signature_keyId=${signature?.keyId}`);
|
throw new Error(`http-signature verification failed and no LD-Signature. http_signature_keyId=${signature?.keyId}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue