refactor: fix types
This commit is contained in:
parent
e1e885d6b2
commit
5facd11592
5 changed files with 9 additions and 4 deletions
|
@ -540,6 +540,7 @@ export class ActivityPubServerService {
|
|||
return (this.apRendererService.renderActivity(this.apRendererService.renderKey(user, keypair)));
|
||||
} else {
|
||||
reply.code(400);
|
||||
return;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue