Skip to content
Snippets Groups Projects
Commit efcd434a authored by git-directory-deploy's avatar git-directory-deploy
Browse files

publish: Merge branch 'dev' into 'master'

generated from commit 6a7f575f
parent 5a9c357d
Branches
No related tags found
No related merge requests found
......@@ -313,9 +313,8 @@ async function checkConsentForLoadCurve(
} else if (err.statusCode === 403 || err.code === 403) {
log('info', 'No consent for load curve')
return false
}
else if (err.statusCode === 404 || err.code === 404 && err.error === "no_data_found") {
log('Handling half-hour error on connection')
} else if (err.statusCode === 404 || err.code === 404 && err.error === "no_data_found") {
log('info', 'Handling half-hour error on connection')
return false
}
else {
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment