Closed zeekhoo closed 3 years ago
Using the built in function in a UDF definition. The migration file transposes it to all lowercase: Containsstr.
Containsstr
After fixing the migration file manually by correcting Containsstr back to ContainsStr, running the the apply command gives us the error:
ContainsStr
apply
ReferenceError: Containsstr is not defined
Internal ticket number is LABS-71
Thank you for this submission.
This is a JavaScript driver error; follow https://github.com/fauna/faunadb-js/issues/521 for additional details.
Using the built in function in a UDF definition. The migration file transposes it to all lowercase:
Containsstr
.After fixing the migration file manually by correcting
Containsstr
back toContainsStr
, running the theapply
command gives us the error: