mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 00:13:57 +00:00
fix: remove empty getFastSnapshot
This commit is contained in:
@@ -55,10 +55,6 @@ class Analyser extends DatabaseAnalyser {
|
|||||||
triggers,
|
triggers,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
async _getFastSnapshot() {
|
|
||||||
return this._runAnalysis();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = Analyser;
|
module.exports = Analyser;
|
||||||
|
|||||||
Reference in New Issue
Block a user