Skip to content

Commit

Permalink
Merge pull request #148 from project-flogo/function-return-type
Browse files Browse the repository at this point in the history
Fix boolean return types
  • Loading branch information
vijaynalawade authored Nov 16, 2021
2 parents 4a77f17 + f4525bc commit 45ac645
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions function/string/descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}
],
"return": {
"type": "bool"
"type": "boolean"
}
},
{
Expand All @@ -80,7 +80,7 @@
}
],
"return": {
"type": "bool"
"type": "boolean"
}
},
{
Expand All @@ -98,7 +98,7 @@
}
],
"return": {
"type": "bool"
"type": "boolean"
}
},
{
Expand Down Expand Up @@ -186,7 +186,7 @@
}
],
"return": {
"type": "bool"
"type": "boolean"
}
},
{
Expand Down Expand Up @@ -226,7 +226,7 @@
}
],
"return": {
"type": "bool"
"type": "boolean"
}
},
{
Expand Down

0 comments on commit 45ac645

Please sign in to comment.