mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
Merge pull request #22615 from Chocobo1/webui_eslint
* WebUI: disallow unnecessary semicolons * WebUI: ensure consistent shorthand syntax * WebUI: disallow async functions which have no await expression * WebUI: remove unused variable
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
inactiveSeedingTimeLimit: inactiveSeedingTimeLimitValue
|
||||
})
|
||||
})
|
||||
.then(async (response) => {
|
||||
.then((response) => {
|
||||
if (!response.ok)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user