mirror of
https://github.com/gethomepage/homepage.git
synced 2026-04-14 22:21:19 -07:00
Chore: move to eslint (#6270)
This commit is contained in:
@@ -24,7 +24,6 @@ export default async function xteveProxyHandler(req, res) {
|
||||
const payload = { cmd: "status" };
|
||||
|
||||
if (widget.username && widget.password) {
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
const [status, contentType, data] = await httpProxy(url, {
|
||||
method,
|
||||
body: JSON.stringify({
|
||||
|
||||
Reference in New Issue
Block a user