mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 14:16:01 +00:00
feat(mongo): fixed data writes after mongo driver upgrade #798
This commit is contained in:
@@ -236,9 +236,9 @@ export class DatabaseAnalyser {
|
||||
this.pool.feedback(obj);
|
||||
}
|
||||
if (obj && obj.analysingMessage) {
|
||||
logger.debug(obj.analysingMessage);
|
||||
logger.debug(obj.analysingMessage);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
async getModifications() {
|
||||
const snapshot = await this._getFastSnapshot();
|
||||
|
||||
Reference in New Issue
Block a user