We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa5420 commit 60edc9cCopy full SHA for 60edc9c
marklogic-data-hub/src/main/java/com/marklogic/hub/impl/DataHubImpl.java
@@ -347,7 +347,7 @@ public List<Command> getCommandList() {
347
}
348
349
private void runInDatabase(String query, String databaseName) {
350
- ServerEvaluationCall eval = hubConfig.newStagingClient().newServerEval();
+ ServerEvaluationCall eval = hubConfig.newModulesDbClient().newServerEval();
351
String xqy =
352
"xdmp:invoke-function(function() {" +
353
query +
0 commit comments