fix
This commit is contained in:
parent
b518c35e00
commit
ab1a433400
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ export class ActivityPubServerService {
|
|||
|
||||
@bindThis
|
||||
private inbox(request: FastifyRequest, reply: FastifyReply) {
|
||||
let signature;
|
||||
|
||||
try {
|
||||
signature = httpSignature.parseRequest(request.raw, { 'headers': [] });
|
||||
|
|
Loading…
Reference in a new issue