Skip to content

Commit

Permalink
lint: missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinan Karakaya committed Feb 27, 2024
1 parent 9901581 commit 0657937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/lineGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export async function* lineGenerator(url: string, data: any, authToken: string):
'Content-Type': 'application/json',
},
signal: controller.signal,
})
});
if (!res.ok || !res.body) {
throw Error('Unable to connect to backend');
}
Expand Down

0 comments on commit 0657937

Please sign in to comment.