Skip to content

Commit

Permalink
fix: circular dependency breaking node.js 20.6 (#10344)
Browse files Browse the repository at this point in the history
Closes: #10338
  • Loading branch information
mohd-akram authored Sep 30, 2023
1 parent 8d0e7f9 commit ba7ad3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/sap/SapDriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import {
Table,
TableColumn,
TableForeignKey,
TypeORMError,
} from "../.."
import { DriverPackageNotInstalledError } from "../../error/DriverPackageNotInstalledError"
import { TypeORMError } from "../../error/TypeORMError"
import { ColumnMetadata } from "../../metadata/ColumnMetadata"
import { PlatformTools } from "../../platform/PlatformTools"
import { RdbmsSchemaBuilder } from "../../schema-builder/RdbmsSchemaBuilder"
Expand Down

0 comments on commit ba7ad3c

Please sign in to comment.