Skip to content

Commit 45ac645

Browse files
Merge pull request #148 from project-flogo/function-return-type
Fix boolean return types
2 parents 4a77f17 + f4525bc commit 45ac645

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

function/string/descriptor.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
}
6363
],
6464
"return": {
65-
"type": "bool"
65+
"type": "boolean"
6666
}
6767
},
6868
{
@@ -80,7 +80,7 @@
8080
}
8181
],
8282
"return": {
83-
"type": "bool"
83+
"type": "boolean"
8484
}
8585
},
8686
{
@@ -98,7 +98,7 @@
9898
}
9999
],
100100
"return": {
101-
"type": "bool"
101+
"type": "boolean"
102102
}
103103
},
104104
{
@@ -186,7 +186,7 @@
186186
}
187187
],
188188
"return": {
189-
"type": "bool"
189+
"type": "boolean"
190190
}
191191
},
192192
{
@@ -226,7 +226,7 @@
226226
}
227227
],
228228
"return": {
229-
"type": "bool"
229+
"type": "boolean"
230230
}
231231
},
232232
{

0 commit comments

Comments
 (0)