Skip to content

Commit

Permalink
[Fix] 不要なコメントを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
Hansyo committed Feb 21, 2022
1 parent 6bd40cd commit 07389d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apis/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const requestPost = async (path, body) => {
},
body: JSON.stringify(body),
});
// console.log(await res.json());
if (!res.ok) {
const json = await res.json();
throw new Error(JSON.stringify(json));
Expand Down

0 comments on commit 07389d8

Please sign in to comment.