Skip to content

Commit

Permalink
Fix sending TG messages
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Yuan <michael@secondstate.io>
  • Loading branch information
juntao committed Jan 26, 2025
1 parent e1c59c6 commit 7820533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_eth_news.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
console.log(data);
if (data['status']) {
console.log("Sending message now");
fetch('https://flows.pastorinsights.ai/webhook/sEfdIG2ujoZDKwYkVATM/send_message/' + form_json['passcode'] + '/' + form_json['profile'], {
fetch('https://flows.pastorinsights.ai/webhook/sEfdIG2ujoZDKwYkVATM/send_message/' + form_json['passcode'], {
method: 'GET',
credentials: "include"

Expand Down

0 comments on commit 7820533

Please sign in to comment.