mirror of
https://github.com/gethomepage/homepage.git
synced 2026-02-08 17:00:51 +08:00
Chore: move to eslint (#6270)
This commit is contained in:
@@ -15,7 +15,6 @@ async function login(widget) {
|
||||
body: loginBody,
|
||||
};
|
||||
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
const [status, contentType, data] = await httpProxy(loginUrl, loginParams);
|
||||
return [status, data];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user