Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit d14a673

Browse files
authored
Update data access index.js (#588)
1 parent 5218a9c commit d14a673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/data_access/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if (fs.existsSync(cipher.astore)) {
4343
}
4444
setupConnection();
4545
} else {
46-
log.error('Failed to get mongodb auth:', err);
46+
console.error('Failed to get mongodb auth:', err);
4747
setupConnection();
4848
}
4949
});

0 commit comments

Comments
 (0)