Skip to content

Commit

Permalink
Fix wrong log entry
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Aug 19, 2024
1 parent 7b54c02 commit a227b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/slack.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default class Slack {
await web.chat.postMessage(messagePayload);

console.log(
`Sent event ${reportRequest.reportedEvent.nevent()} to Slack for manual evaluation.`
`Sent event ${reportRequest.nevent()} to Slack for manual evaluation.`
);
} catch (error) {
console.error(error);
Expand Down

0 comments on commit a227b93

Please sign in to comment.