fix: remove empty getFastSnapshot

This commit is contained in:
Nybkox
2025-05-13 17:18:17 +02:00
parent 3fd3de1828
commit 85f7011e03

View File

@@ -55,10 +55,6 @@ class Analyser extends DatabaseAnalyser {
triggers,
};
}
async _getFastSnapshot() {
return this._runAnalysis();
}
}
module.exports = Analyser;