diff --git a/packages/backend/src/core/activitypub/ApRequestService.ts b/packages/backend/src/core/activitypub/ApRequestService.ts index cd8c3acd8e..63871b38f9 100644 --- a/packages/backend/src/core/activitypub/ApRequestService.ts +++ b/packages/backend/src/core/activitypub/ApRequestService.ts @@ -240,10 +240,9 @@ export class ApRequestService { return await this.signedGet(href, user, false); } } - } - catch (e) { + } catch (e) { // something went wrong parsing the HTML, ignore the whole thing - }; + } } //#endregion