Skip to content

Commit

Permalink
fix(mssql/async-queue): fix unable to start mysql due to circular ref (
Browse files Browse the repository at this point in the history
…#13823)

Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
  • Loading branch information
zorji and sdepold committed Dec 28, 2021
1 parent f456931 commit 49e8614
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/dialects/mssql/async-queue.ts
@@ -1,4 +1,5 @@
import { BaseError, ConnectionError } from '../../errors';
import BaseError from '../../errors/base-error';
import ConnectionError from '../../errors/connection-error';

/**
* Thrown when a connection to a database is closed while an operation is in progress
Expand Down

0 comments on commit 49e8614

Please sign in to comment.