Skip to content

Commit 3de3b78

Browse files
committed
Merge commit 'refs/pull/17/head' of https://github.com/hackolade/CosmosDB-with-Gremlin-API
2 parents 7538ae2 + bd37229 commit 3de3b78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reverse_engineering/gremlinHelper.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,9 @@ const addMetaProperties = (schema, metaProperties) => {
611611
});
612612
}
613613

614-
const handleChoices = dependencies.lodash.flow([handleChoicesInProperties, handleChoicesInItems]);
614+
const handleChoices = schema => {
615+
return dependencies.lodash.flow([handleChoicesInProperties, handleChoicesInItems])(schema);
616+
}
615617

616618
const submitGraphSONDataScript = query => {
617619
return Promise.resolve({

0 commit comments

Comments
 (0)