Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Jan 23, 2023
1 parent e696fd4 commit ef56f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ const Home: NextPage = () => {

const reader = data.getReader();
const decoder = new TextDecoder();

let done = false;

while (!done) {
const { value, done: doneReading } = await reader.read();
done = doneReading;
Expand Down

0 comments on commit ef56f8e

Please sign in to comment.