Skip to content

Commit

Permalink
Clone initially forwarded message from repeat node
Browse files Browse the repository at this point in the history
  • Loading branch information
jensrossbach committed Nov 9, 2024
1 parent b0a1a2a commit d7c0499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/repeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ module.exports = function(RED)
{
if (await scheduleMessage(msg))
{
send(node.message);
send(RED.util.cloneMessage(node.message));
}

done();
Expand Down

0 comments on commit d7c0499

Please # to comment.