risonakamo / time-stats

time tracking analysis ui
0 stars 0 forks source link

update data api error code #53

Closed risonakamo closed 6 months ago

risonakamo commented 6 months ago

update data api should return proper error code if it did nothing or failed

risonakamo commented 6 months ago

its really not an error if it does nothing. if want to prevent the user from calling it on a file that will do nothing, just have to do that somewhere else. should not tell the user that this thing can't be updated, just prevent them from ever doing it.