EchoNullify commented on code in PR #3112:
URL: https://github.com/apache/tinkerpop/pull/3112#discussion_r2073846115
##########
gremlin-javascript/src/main/javascript/gremlin-javascript/test/cucumber/feature-steps.js:
##########
@@ -407,6 +408,10 @@ function toDateTime(value) {
return new Date(value);
}
+function toUuid(value) {
+ return value;
Review Comment:
as above there is no uuid type as far as I'm aware
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]