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
I've been writing some tests for /api POST route and I discovered that in response to newly created homebrewery document, server sends its gzip-ed content back to the client as well as the rest of metadata. However in newPage we immediately redirect user to edit page without even using this information:
I don't think that this is an issue with huge impact, because most likely users press save on new brew page earlier than entering a lot of content in there, but still it makes sense to clean up our code
The text was updated successfully, but these errors were encountered:
I've been writing some tests for
/api
POST route and I discovered that in response to newly created homebrewery document, server sends its gzip-ed content back to the client as well as the rest of metadata. However innewPage
we immediately redirect user to edit page without even using this information:homebrewery/client/homebrew/pages/newPage/newPage.jsx
Lines 108 to 123 in ba600f5
I don't think that this is an issue with huge impact, because most likely users press save on new brew page earlier than entering a lot of content in there, but still it makes sense to clean up our code
The text was updated successfully, but these errors were encountered: