Skip to content

Commit

Permalink
Update src/services/hackernews/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Dicha Zelianivan Arkana <[email protected]>
  • Loading branch information
aldy505 and elianiva authored Nov 13, 2023
1 parent 40ad6b9 commit 809ac2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/hackernews/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export async function run(context) {
}

// Finally, send the message
await context.telegram.sen1dMessage(
await context.telegram.sendMessage(
process.env.HOME_GROUP_ID,
message,
{ parse_mode: "HTML", disable_web_page_preview: false }
Expand Down

0 comments on commit 809ac2e

Please sign in to comment.