diff --git a/src/read-query-executor.ts b/src/read-query-executor.ts index 886d29c..920e805 100644 --- a/src/read-query-executor.ts +++ b/src/read-query-executor.ts @@ -28,7 +28,7 @@ export class ReadQueryExecutor< work: ( executor: UnitOfWorkQueryExecutor ) => Promise - ): PromiseLike { + ): PromiseLike { return this.knex.transaction(trx => { // knex is aware of promises, and will automatically commit // or reject based on this callback promise