This commit is contained in:
Jan Prochazka
2020-03-02 21:01:47 +01:00
parent e903122c52
commit a45c99e40f
3 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,6 @@ const drivers = {
postgres
};
/** @type {import('@dbgate/types').EngineDriver} */
function getDriver(connection) {
if (_.isString(connection)) {
return drivers[connection];