1
0

Fix style error

This commit is contained in:
Julia Johannesen
2024-11-20 20:24:59 -05:00
parent 1758f29364
commit 23c4aa2571
2 changed files with 6 additions and 7 deletions
@@ -54,7 +54,7 @@ class HttpRequestServiceAgent extends http.Agent {
} }
}); });
return socket; return socket;
}; }
@bindThis @bindThis
private isPrivateIp(ip: string): boolean { private isPrivateIp(ip: string): boolean {
@@ -192,8 +192,7 @@ export class InboxProcessorService implements OnApplicationShutdown {
if (signerHost !== activityIdHost) { 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 {
else {
throw new Bull.UnrecoverableError('skip: activity id is not a string'); throw new Bull.UnrecoverableError('skip: activity id is not a string');
} }