Skip to content

Commit 0657937

Browse files
author
Sinan Karakaya
committed
lint: missing semicolon
1 parent 9901581 commit 0657937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/lineGenerator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export async function* lineGenerator(url: string, data: any, authToken: string):
1111
'Content-Type': 'application/json',
1212
},
1313
signal: controller.signal,
14-
})
14+
});
1515
if (!res.ok || !res.body) {
1616
throw Error('Unable to connect to backend');
1717
}

0 commit comments

Comments
 (0)