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