mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
fix typo in activity signature mismatch error
This commit is contained in:
parent
51c6c763e3
commit
f18d402ce6
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ export class InboxProcessorService implements OnApplicationShutdown {
|
|||
const signerHost = this.utilityService.extractDbHost(authUser.user.uri!);
|
||||
const activityIdHost = this.utilityService.extractDbHost(activity.id);
|
||||
if (signerHost !== activityIdHost) {
|
||||
throw new Bull.UnrecoverableError(`skip: signerHost(${signerHost}) !== activity.id host(${activityIdHost}`);
|
||||
throw new Bull.UnrecoverableError(`skip: signerHost(${signerHost}) !== activity.id host(${activityIdHost})`);
|
||||
}
|
||||
} else {
|
||||
// Activity ID should only be string or undefined.
|
||||
|
|
Loading…
Add table
Reference in a new issue