summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/processors/InboxProcessorService.ts
diff options
context:
space:
mode:
authorMar0xy <marie@kaifa.ch>2023-10-18 19:48:03 +0200
committerMar0xy <marie@kaifa.ch>2023-10-18 19:48:03 +0200
commit4b230d792c2166d79c7c1531234b97c4e4d2a804 (patch)
tree39124be50d2c696e063a13a97f819a78a005a712 /packages/backend/src/queue/processors/InboxProcessorService.ts
parentMerge pull request #98 from transfem-org/dependabot/github_actions/actions/ch... (diff)
parentMerge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff)
downloadsharkey-4b230d792c2166d79c7c1531234b97c4e4d2a804.tar.gz
sharkey-4b230d792c2166d79c7c1531234b97c4e4d2a804.tar.bz2
sharkey-4b230d792c2166d79c7c1531234b97c4e4d2a804.zip
merge: upstream changes
Diffstat (limited to 'packages/backend/src/queue/processors/InboxProcessorService.ts')
-rw-r--r--packages/backend/src/queue/processors/InboxProcessorService.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/queue/processors/InboxProcessorService.ts b/packages/backend/src/queue/processors/InboxProcessorService.ts
index 99e823f9fa..89d4ea503e 100644
--- a/packages/backend/src/queue/processors/InboxProcessorService.ts
+++ b/packages/backend/src/queue/processors/InboxProcessorService.ts
@@ -88,7 +88,7 @@ export class InboxProcessorService {
if (err.isClientError) {
throw new Bull.UnrecoverableError(`skip: Ignored deleted actors on both ends ${activity.actor} - ${err.statusCode}`);
}
- throw new Error(`Error in actor ${activity.actor} - ${err.statusCode ?? err}`);
+ throw new Error(`Error in actor ${activity.actor} - ${err.statusCode}`);
}
}
}