Skip to content

Commit 73f119f

Browse files
author
koladev
committed
fix typos
1 parent 09ecf68 commit 73f119f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

menu-frontend/src/app/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async function deleteMenu(id) {
1414
if (!res.ok) {
1515
throw new Error("Failed to retrieve menu");
1616
}
17-
return res.json();
17+
return Promise.resolve();
1818
}
1919

2020
/**

0 commit comments

Comments
 (0)