diff --git a/src/twitter-notifications-sink.ts b/src/twitter-notifications-sink.ts index ad2b630..b70b31a 100644 --- a/src/twitter-notifications-sink.ts +++ b/src/twitter-notifications-sink.ts @@ -40,7 +40,7 @@ export class TwitterNotificationsSink .tweet({ text: shortenedText, }) - .catch(() => this.logger.error(it))); + .catch((e) => this.logger.error(e))); return; } }