Skip to content

Commit

Permalink
Merge branch 'release-1.0.24' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech committed Oct 8, 2020
2 parents d110b8a + 642188e commit f6cfc73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "food-oasis-client",
"description": "React Client for Food Oasis",
"version": "1.0.23",
"version": "1.0.24",
"author": "Hack for LA",
"license": "GPL-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion client/src/services/suggestion-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const getById = async (id) => {

export const post = async (correction) => {
const response = await axios.post(baseUrl, {
correction,
...correction,
});
return response.data;
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foodoasis",
"version": "1.0.23",
"version": "1.0.24",
"author": "Hack for LA",
"description": "Web API Server for Food Oasis",
"main": "server.js",
Expand Down

0 comments on commit f6cfc73

Please sign in to comment.