Skip to content

Commit

Permalink
commited is a promise
Browse files Browse the repository at this point in the history
  • Loading branch information
AshotN authored Apr 10, 2024
1 parent 98bb1f8 commit 11ddb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/knex/src/declarations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface KnexAdapterOptions extends AdapterServiceOptions {
export interface KnexAdapterTransaction {
starting: boolean
parent?: KnexAdapterTransaction
committed?: boolean
committed?: Promise<boolean>
resolve?: any
trx?: Knex.Transaction
id?: number
Expand Down

0 comments on commit 11ddb35

Please sign in to comment.