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 db97cb4 commit d9acf00Copy full SHA for d9acf00
test-complete/nodejs-documents-transaction-timelimit.js
@@ -22,7 +22,7 @@ var marklogic = require('../');
22
var db = marklogic.createDatabaseClient(testconfig.restWriterConnection);
23
var dbReader = marklogic.createDatabaseClient(testconfig.restReaderConnection);
24
var dbAdmin = marklogic.createDatabaseClient(testconfig.restAdminConnection);
25
-var tid = 0;
+var tid = null;
26
27
describe('Document transaction test', function() {
28
0 commit comments