We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938fbc7 commit 80fadbcCopy full SHA for 80fadbc
src/twitter-notifications-sink.ts
@@ -40,7 +40,7 @@ export class TwitterNotificationsSink
40
.tweet({
41
text: shortenedText,
42
})
43
- .catch(() => this.logger.error(it)));
+ .catch((e) => this.logger.error(e)));
44
return;
45
}
46
0 commit comments