You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
I'm confirming this for the restaurants endpoint. Sometimes after posting an updated restaurant/favorite, the updatedAt property is posting in milliseconds, sometimes in UTC format (the second format), while IDB has them all in milliseconds. Not sure why the difference, yet.
mejarc
referenced
this issue
in mejarc/mws-restaurant-stage-3
Oct 23, 2018
Expected:
Actual:
Difference:
Rating is parsed as string.
Date format differs within the same dataset.
Restaurant_id parsed as string.
Impact: Breaking
This causes the client application to require special transforms just to ensure that the data is parsed correctly.
The text was updated successfully, but these errors were encountered: