You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case, the user of the library had included express-paginate middleware twice by mistake (once at the top level and once again on the specific route). However, this problem will occur when used with any other middleware that changes the type of the page or limit away from String.
This behavior was seen with version 1.0.2.
In this case, the user of the library had included express-paginate middleware twice by mistake (once at the top level and once again on the specific route). However, this problem will occur when used with any other middleware that changes the type of the page or limit away from String.
This is the relevant code in the index.js
The text was updated successfully, but these errors were encountered: