Skip to content

Commit ba7ad3c

Browse files
authored
fix: circular dependency breaking node.js 20.6 (#10344)
Closes: #10338
1 parent 8d0e7f9 commit ba7ad3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/driver/sap/SapDriver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import {
66
Table,
77
TableColumn,
88
TableForeignKey,
9-
TypeORMError,
109
} from "../.."
1110
import { DriverPackageNotInstalledError } from "../../error/DriverPackageNotInstalledError"
11+
import { TypeORMError } from "../../error/TypeORMError"
1212
import { ColumnMetadata } from "../../metadata/ColumnMetadata"
1313
import { PlatformTools } from "../../platform/PlatformTools"
1414
import { RdbmsSchemaBuilder } from "../../schema-builder/RdbmsSchemaBuilder"

0 commit comments

Comments
 (0)