Closed ming436534 closed 7 years ago
Hmm that looks like a mistake. I think I meant to replace that line with the variable params
created above.
Could you submit a PR?
@julienvincent I have created a PR #15, thank you.
Great! Published as 1.0.5
May I ask what is the purpose of
_.pickBy(params, param => param || param === false
? This part of code would omit my param if my param is like {page:0}. It makes problem as my pagination 0 based. May I ask if this is on purpose? Thank you.