lint photoprism

pull/866/head^2
shamoon 1 year ago
parent 95b416c243
commit 10097ab4fc

@ -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);

Loading…
Cancel
Save