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
…sequelize#13823)

Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
  • Loading branch information
2 people authored and aliatsis committed Jun 2, 2022
1 parent 9949343 commit 8e50678
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 8e50678

Please sign in to comment.