We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9844aea + 8bd9a83 commit ec495e5Copy full SHA for ec495e5
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