Skip to content

Commit 60edc9c

Browse files
author
Charles Greer
committed
Run modules db load in modules db
1 parent 2fa5420 commit 60edc9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marklogic-data-hub/src/main/java/com/marklogic/hub/impl/DataHubImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ public List<Command> getCommandList() {
347347
}
348348

349349
private void runInDatabase(String query, String databaseName) {
350-
ServerEvaluationCall eval = hubConfig.newStagingClient().newServerEval();
350+
ServerEvaluationCall eval = hubConfig.newModulesDbClient().newServerEval();
351351
String xqy =
352352
"xdmp:invoke-function(function() {" +
353353
query +

0 commit comments

Comments
 (0)