bounswe / bounswe2022group4

6 stars 3 forks source link

Backend: Bug Fix of the Post Search Functionality #540

Closed oguzhantok closed 1 year ago

oguzhantok commented 1 year ago

Description: There is a bug when user supplies count parameter. It does not work as expected. The error "int() argument must be a string, a bytes-like object or a real number, not 'NoneType'" is received when the count parameter not supplied as input. I will fix the bug here with two different if condition checks.

Deadline: 25.12.2022 23.59

oguzhantok commented 1 year ago

Bug fix is finished as expected. See related pull request!