mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 23:06:00 +00:00
fixes linting errors and warnings
This commit is contained in:
@@ -55,7 +55,7 @@ async function handleConnect(connection) {
|
||||
|
||||
const driver = engines(storedConnection);
|
||||
systemConnection = await driverConnect(driver, storedConnection);
|
||||
for (const [resolve, reject] of afterConnectCallbacks) {
|
||||
for (const [resolve] of afterConnectCallbacks) {
|
||||
resolve();
|
||||
}
|
||||
afterConnectCallbacks = [];
|
||||
|
||||
Reference in New Issue
Block a user