fknop / hapi-pagination

Hapi plugin to handle "custom" pagination
MIT License
63 stars 36 forks source link

Fix last link value issue when result is empty #90

Open RuiLiuRL opened 4 years ago

RuiLiuRL commented 4 years ago

Fixed the issue #88 that last link incorrectly populated when result is empty and added a unit test for it.