cannblw / knex-paginator

Simple paginator for Knex. It adds the .paginate() function to Knex's query builder.
15 stars 10 forks source link

small refactor #9

Closed felixmosh closed 4 years ago

felixmosh commented 5 years ago

This refactor makes the total count promise to be the second one, and removes the else with an empty promise.