fix error in previous commit

fix error in previous commit
v1.18.x
TheBronx 10 years ago
parent e3cf528b57
commit 0bd48ef023

@ -181,7 +181,7 @@ function favouriteCommand(socket, command, eventName, notification, data, callba
return callback(err); return callback(err);
} }
executeFavouriteCommand(socket, command, eventName, notification, filteredData, callback); executeFavouriteCommand(socket, command, eventName, notification, filteredData.data, callback);
}); });
}); });
} }

Loading…
Cancel
Save