Closed Akash-Raj-ST closed 2 months ago
Instead of returning false when no updates are found, the get_updates function returns an empty array [], ensuring consistent return type and preventing potential errors .
false
get_updates
[]
Fixes #267
Thanks for the first contribution 🎉
Instead of returning
false
when no updates are found, theget_updates
function returns an empty array[]
, ensuring consistent return type and preventing potential errors .Fixes #267