diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-11-22 10:42:58 +0000 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-11-22 10:42:58 +0000 |
| commit | d069d78c213dfe2c78c1f160dbd99d48d0b44670 (patch) | |
| tree | 4144ce79b89f5cb7026e71598eb85e1751742274 /packages/backend/src/queue/processors/InboxProcessorService.ts | |
| parent | fix SCSS warning (diff) | |
| parent | merge: Fix: Center SkModPlayer on big displays (!734) (diff) | |
| download | sharkey-d069d78c213dfe2c78c1f160dbd99d48d0b44670.tar.gz sharkey-d069d78c213dfe2c78c1f160dbd99d48d0b44670.tar.bz2 sharkey-d069d78c213dfe2c78c1f160dbd99d48d0b44670.zip | |
Merge branch 'develop' into feature/2024.10
Diffstat (limited to 'packages/backend/src/queue/processors/InboxProcessorService.ts')
| -rw-r--r-- | packages/backend/src/queue/processors/InboxProcessorService.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/backend/src/queue/processors/InboxProcessorService.ts b/packages/backend/src/queue/processors/InboxProcessorService.ts index 7a321e60f3..f5a356db55 100644 --- a/packages/backend/src/queue/processors/InboxProcessorService.ts +++ b/packages/backend/src/queue/processors/InboxProcessorService.ts @@ -192,6 +192,8 @@ export class InboxProcessorService implements OnApplicationShutdown { if (signerHost !== activityIdHost) { throw new Bull.UnrecoverableError(`skip: signerHost(${signerHost}) !== activity.id host(${activityIdHost}`); } + } else { + throw new Bull.UnrecoverableError('skip: activity id is not a string'); } this.apRequestChart.inbox(); |