Skip to content

Commit 73f9e1d

Browse files
committed
correct ci icons
1 parent 28f7ead commit 73f9e1d

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

services/concept_insights/v2.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
color: "rgb(85, 150, 230)",
140140
inputs: 1,
141141
outputs: 0,
142-
icon: "concept_insights.png",
142+
icon: "ConceptInsights.png",
143143
paletteLabel: "concept insights upload document",
144144
label: function() {
145145
return this.name || "concept insights upload document";
@@ -259,7 +259,7 @@
259259
color: "rgb(85, 150, 230)",
260260
inputs: 1,
261261
outputs: 1,
262-
icon: "concept_insights.png",
262+
icon: "ConceptInsights.png",
263263
paletteLabel: "concept insights search",
264264
label: function() {
265265
return this.name || "concept insights search";
@@ -342,7 +342,7 @@
342342
color: "rgb(85, 150, 230)",
343343
inputs: 1,
344344
outputs: 1,
345-
icon: "concept_insights.png",
345+
icon: "ConceptInsights.png",
346346
paletteLabel: "concept insights search concepts",
347347
label: function() {
348348
return this.name || "concept insights search concepts";
@@ -402,7 +402,7 @@
402402
color: "rgb(85, 150, 230)",
403403
inputs: 1,
404404
outputs: 1,
405-
icon: "concept_insights.png",
405+
icon: "ConceptInsights.png",
406406
paletteLabel: "concept insights related concepts",
407407
label: function() {
408408
return this.name || "concept insights related concepts";

services/concept_insights/v2.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ module.exports = function (RED) {
399399
concept_insights.accounts.getAccountsInfo({},function(err,res) {
400400
node.status({});
401401
if (err) {
402-
console.log(err);
403402
var message = err.error;
404403
return node.error(message, msg);
405404
} else {

0 commit comments

Comments
 (0)