There was an error while loading. Please reload this page.
1 parent c6b9b49 commit a528ccdCopy full SHA for a528ccd
1 file changed
queries/cdmq/cdm.js
@@ -439,6 +439,8 @@ exports.checkCreateIndex = checkCreateIndex;
439
440
// --------------------------------------------------------------------------------------------------------------
441
function getDocType(index) {
442
+ var retMsg = '';
443
+ var retCode = 0;
444
const resp = getCdmVerFromIndex(index);
445
if (resp['ret-code'] != 0) {
446
retMsg = 'ERROR: calling getCdmVerFromIndex returned ' + resp.ret - msg;
0 commit comments