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