sef-global / scholarx-backend

This is the backend of the ScholarX
MIT License
11 stars 41 forks source link

Update monthly checkin response status code on empty checkins #182

Closed Disura-Randunu closed 2 weeks ago

Disura-Randunu commented 2 weeks ago

Description: Currently, when fetching montly checkins, 404 will be returned if there's no data. Since it's possible to serve an empty list, remove the condition to check if no data.

Tasks: Change monthlyCheckig.service as required.