Skip to content

Commit

Permalink
remove echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ribeiro committed Oct 9, 2024
1 parent cb49bdc commit 1a055a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion endpoints/cronjobs/sendnotifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@
$webhook['payload'] = $row["payload"];
$webhook['iterator'] = $row["iterator"];
if ($webhook['iterator'] === "") {
echo "No iterator set for webhook. Skipping.<br />";
$webhook['iterator'] = "{{subscriptions}}";
} else {
if (strpos($webhook['iterator'], "{{") === false) {
Expand Down

0 comments on commit 1a055a2

Please sign in to comment.