Skip to content

Commit 9c429b6

Browse files
committed
linting - missed semicolon
1 parent 3f5577e commit 9c429b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/widgets/qbittorrent/proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async function login(widget) {
1919
if (widget.key) {
2020
loginParams.headers.Authorization = `Bearer ${loginKey}`;
2121
} else if (widget.username && widget.password) {
22-
loginParams.body = loginBody
22+
loginParams.body = loginBody;
2323
}
2424

2525
const [status, contentType, data] = await httpProxy(loginUrl, loginParams);

0 commit comments

Comments
 (0)