Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0657937

Browse files
author
Sinan Karakaya
committed
lint: missing semicolon
1 parent9901581 commit0657937

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
throwError('Unable to connect to backend');
1717
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp