Skip to content

Commit 1e37af3

Browse files
committed
lint!
1 parent e721701 commit 1e37af3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/webui/www/private/scripts/addtorrent.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,8 @@ window.qBittorrent.AddTorrent ??= (() => {
278278
.then(async (response) => {
279279
if (!response.ok) {
280280
metadataFailed();
281-
if (response.status === 415) {
281+
if (response.status === 415)
282282
alert(await response.text());
283-
}
284283
return;
285284
}
286285

0 commit comments

Comments
 (0)