Closed andreztz closed 1 year ago
Update the validate_input function in utils.py to allow for both int and str types for the limit and offset parameters in the search.
validate_input
utils.py
int
str
limit
offset
search
Update the
validate_input
function inutils.py
to allow for bothint
andstr
types for thelimit
andoffset
parameters in thesearch
.