Skip to content

Commit 1e53989

Browse files
committed
chore: remove unused code
1 parent c1d9f0e commit 1e53989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class Builder<
3939
private readonly tableRelationalConfigByTableTsName: ExtractTablesWithRelations<TFullSchema>
4040
private readonly tableTsNameByTableDbName: Record<string, string>
4141

42-
constructor(private readonly config: { schema: TFullSchema; context?: TContext }) {
42+
constructor(private readonly config: { schema: TFullSchema }) {
4343
const tablesConfig = extractTablesRelationalConfig(
4444
this.config.schema,
4545
createTableRelationsHelpers

0 commit comments

Comments
 (0)