From e0b5dc75ee481bf4b984bcb0a23cb2007fd7c83e Mon Sep 17 00:00:00 2001 From: git-directory-deploy <> Date: Wed, 30 Jun 2021 17:28:30 +0200 Subject: [PATCH] publish: Merge branch 'dev' into 'master' generated from commit 6a7f575ff4574c19834226e9bf76292ced1c2fb8 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c2228ae..57a3835 100644 --- a/index.js +++ b/index.js @@ -315,7 +315,7 @@ async function checkConsentForLoadCurve( return false } else if (err.statusCode === 404 || err.code === 404 && err.error === "no_data_found") { log('info', 'Handling half-hour error on connection') - return false + throw 'Handling half-hour error on connection' } else { throw err -- GitLab