vapor-community / pagination

Simple Vapor 3 Pagination
MIT License
64 stars 15 forks source link

Prevent crashes for `per` values ≤ 0 #17

Closed Cellane closed 5 years ago

Cellane commented 5 years ago

This PR quickly fixes a bug in which the Pagination library crashes the entire server due to division by zero.

anthonycastelli commented 5 years ago

@Cellane Thank you for this! I never checked that value. Will get this merged and tagged now.