We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d18c37 commit 8bd9a83Copy full SHA for 8bd9a83
flickr/flickr.js
@@ -75,10 +75,10 @@ module.exports = function(RED) {
75
api_key:"e99784b8ff80eaabc9c096b22e517c13"
76
}
77
if (msg.title) {
78
- options.title = RED.utils.ensureString(msg.title);
+ options.title = RED.util.ensureString(msg.title);
79
80
if (msg.description) {
81
- options.description = RED.utils.ensureString(msg.description);
+ options.description = RED.util.ensureString(msg.description);
82
83
if (msg.tags || node.tags) {
84
var tags = "";
0 commit comments