Fix backwards migration of inject without topic

This commit is contained in:
Dave Conway-Jones
2020-06-28 15:09:07 +01:00
parent c171088838
commit f01866d76f

View File

@@ -580,7 +580,7 @@
node.props= []; node.props= [];
delete node.payloadType; delete node.payloadType;
delete node.payload; delete node.payload;
delete node.topic; node.topic = "";
props.each(function(i) { props.each(function(i) {
var prop = $(this); var prop = $(this);
var p = { var p = {