Skip to content

Commit 70e318d

Browse files
Josué PechFrank Martinez
Josué Pech
authored and
Frank Martinez
committed
Updated substring (end & start) params from string to int
1 parent 7363103 commit 70e318d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

function/string/descriptor.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@
152152
},
153153
{
154154
"name": "start",
155-
"type": "string"
155+
"type": "int"
156156
},
157157
{
158158
"name": "end",
159-
"type": "string"
159+
"type": "int"
160160
}
161161
],
162162
"return": {

0 commit comments

Comments
 (0)