Skip to content

Commit

Permalink
try with direct param
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhuuu committed Nov 28, 2024
1 parent 1d5f648 commit be34794
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public GraphTraversalSource getGraphTraversalSource(final LoadGraphWith.GraphDat

@Override
public boolean useParametersLiterally() {
return false;
return true;
}
}

Expand Down

0 comments on commit be34794

Please sign in to comment.