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

publish: Merge branch 'dev' into 'master'

generated from commit 6a7f575f
parent 0fafa412
No related branches found
No related tags found
No related merge requests found
...@@ -313,9 +313,9 @@ async function checkConsentForLoadCurve( ...@@ -313,9 +313,9 @@ async function checkConsentForLoadCurve(
} else if (err.statusCode === 403 || err.code === 403) { } else if (err.statusCode === 403 || err.code === 403) {
log('info', 'No consent for load curve') log('info', 'No consent for load curve')
return false return false
} else if (err.code === 404 && err.error.search('no_data_found') > 0) { } else if (err.statusCode === 404 || err.code === 404) {
log('info', 'Handling half-hour error on connection') // log('info', 'Handling half-hour error on connection')
return false throw 'halffffffffff'
} else { } else {
throw err throw err
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment