We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9901581 commit 0657937Copy full SHA for 0657937
src/modules/lineGenerator.ts
@@ -11,7 +11,7 @@ export async function* lineGenerator(url: string, data: any, authToken: string):
11
'Content-Type': 'application/json',
12
},
13
signal: controller.signal,
14
- })
+ });
15
if (!res.ok || !res.body) {
16
throw Error('Unable to connect to backend');
17
}
0 commit comments