mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
@@ -50,6 +50,7 @@ module.exports = function(RED) {
|
||||
var bind = [];
|
||||
|
||||
var doQuery = function(msg) {
|
||||
bind = []
|
||||
if (node.sqlquery == "msg.topic") {
|
||||
if (typeof msg.topic === 'string') {
|
||||
if (msg.topic.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user