mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 06:38:46 +00:00
lint photoprism
This commit is contained in:
parent
95b416c243
commit
10097ab4fc
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
if (status !== 200) {
|
||||||
logger.error("HTTP %d getting data from PhotoPrism. Data: %s", status, data);
|
logger.error("HTTP %d getting data from PhotoPrism. Data: %s", status, data);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue