mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
fix: remove test throw
This commit is contained in:
@@ -77,8 +77,6 @@ class Analyser extends DatabaseAnalyser {
|
||||
async _runAnalysis() {
|
||||
const structure = await this._getFastSnapshot();
|
||||
return structure;
|
||||
throw new Error('Not implemented');
|
||||
return this._getFastSnapshot();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user