mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 11:56:00 +00:00
ts fix
This commit is contained in:
@@ -9,7 +9,6 @@ const drivers = {
|
||||
postgres
|
||||
};
|
||||
|
||||
/** @type {import('@dbgate/types').EngineDriver} */
|
||||
function getDriver(connection) {
|
||||
if (_.isString(connection)) {
|
||||
return drivers[connection];
|
||||
|
||||
Reference in New Issue
Block a user