Skip to content

Commit

Permalink
chore(config): remove unused config params (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
naorpeled authored Mar 17, 2024
1 parent 703f411 commit 52f1892
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import type {DataSource} from 'typeorm'

export interface KyselyTypeORMDialectConfig {
kyselySubDialect: KyselySubDialect
shouldDestroyDataSource?: boolean
shouldInitializeDataSource?: boolean
typeORMDataSource: DataSource
}

Expand Down

0 comments on commit 52f1892

Please sign in to comment.