We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e148d commit 7488eaaCopy full SHA for 7488eaa
1 file changed
services/visual_recognition/v1.js
@@ -137,9 +137,9 @@ module.exports = function(RED) {
137
138
var appenv = cfenv.getAppEnv();
139
var visual = [];
140
- for (var i in appEnv.services) {
+ for (var i in appenv.services) {
141
if (i.match(/^(visual_recognition)/i)) {
142
- visual = visual.concat(appEnv.services[i].map(function(v) {
+ visual = visual.concat(appenv.services[i].map(function(v) {
143
return {
144
name: v.name,
145
label: v.label,
0 commit comments