sevenwestmedia-labs / node-knex-query-executor

TypeScript first encapsulation and reusability of knex database queries
MIT License
3 stars 4 forks source link

fix: Unit of work return type was Promise<any> #10

Closed JakeGinnivan closed 5 years ago

JakeGinnivan commented 5 years ago

It should be Promise so the type returned from the unit of work callback function is returned from the unitOfWork function

JakeGinnivan commented 5 years ago

:tada: This PR is included in version 1.0.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: