Fix style error

This commit is contained in:
Julia Johannesen 2024-11-20 20:24:59 -05:00
parent 1758f29364
commit 23c4aa2571
No known key found for this signature in database
GPG key ID: 4A1377AF3E7FBC46
2 changed files with 6 additions and 7 deletions

View file

@ -54,7 +54,7 @@ class HttpRequestServiceAgent extends http.Agent {
}
});
return socket;
};
}
@bindThis
private isPrivateIp(ip: string): boolean {

View file

@ -192,8 +192,7 @@ export class InboxProcessorService implements OnApplicationShutdown {
if (signerHost !== activityIdHost) {
throw new Bull.UnrecoverableError(`skip: signerHost(${signerHost}) !== activity.id host(${activityIdHost}`);
}
}
else {
} else {
throw new Bull.UnrecoverableError('skip: activity id is not a string');
}