Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
OGreeni committed Apr 16, 2024
1 parent 7bea534 commit 1847beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/src/app/orders/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Page() {
},
body: JSON.stringify({
client: clientId,
foodItems: { brand, weight: parseInt(weight) },
foodItem: { brand, weight: parseInt(weight) },
}),
}).then((res) => {
if (res.ok) {
Expand Down

0 comments on commit 1847beb

Please sign in to comment.