Skip to content

Commit

Permalink
レスポンスの記述を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
weweweok committed Nov 22, 2023
1 parent d4d2398 commit 2841a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion islands/ImageForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function ImageForm() {
body: image,
});
isAsciiArtpreviewHide.value = false;
if (!response.ok) console.error(response.statusText);
if (!response.ok) console.error(response.status);
const asciiArt = await response.text();

const asciiArtPreview = await document.getElementById(
Expand Down

0 comments on commit 2841a33

Please sign in to comment.