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
No known key found for this signature in database
GPG Key ID: 302A6725C594817F
1 changed files with 1 additions and 1 deletions

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 = {