From 10097ab4fca68640ac638a237a35fc47dc3ae61e Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 5 Feb 2023 22:14:54 -0800 Subject: [PATCH] lint photoprism --- src/widgets/photoprism/proxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/photoprism/proxy.js b/src/widgets/photoprism/proxy.js index eba398dc7..b7ee0bf91 100644 --- a/src/widgets/photoprism/proxy.js +++ b/src/widgets/photoprism/proxy.js @@ -34,7 +34,7 @@ export default async function photoprismProxyHandler(req, res) { }); } - let [status, contentType, data] = await httpProxy(url, params); + const [status, contentType, data] = await httpProxy(url, params); if (status !== 200) { logger.error("HTTP %d getting data from PhotoPrism. Data: %s", status, data);