ContactAssistApp / server

CovidSafe backend API service
https://covidsafe.cs.washington.edu/
MIT License
22 stars 13 forks source link

Do not fail on early timestamps during GET #58

Closed ataymano closed 4 years ago

ataymano commented 4 years ago

Do not fail on early timestamp during HEAD/GET calls

ataymano commented 4 years ago

Yes, looks like there was an issue with yesterdays master->develop merge which makes me to redo Bluetooth related changes.

Issue that Kevin is mentioning: right now "Invalid timestamp" error is returned if lastTimestamp is smaller that UtcNow - 28 days, while it should be accepted and available data returned.