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.
Each restaurant object has a "is_favorite": false field. But if the PUT request http://localhost:1337/restaurants/<restaurant_id>/?is_favorite=true|false is run, the value becomes "is_favorite": "false". It becomes a string property from a boolean. This is causing parsing inconsistency in the web app.
The text was updated successfully, but these errors were encountered:
Each restaurant object has a
"is_favorite": false
field. But if thePUT
requesthttp://localhost:1337/restaurants/<restaurant_id>/?is_favorite=true|false
is run, the value becomes"is_favorite": "false"
. It becomes a string property from a boolean. This is causing parsing inconsistency in the web app.The text was updated successfully, but these errors were encountered: