From 93a7c61ad13fc66198ce1e9220e52ccf19b65ba7 Mon Sep 17 00:00:00 2001 From: Carlo Minotti <50220438+minottic@users.noreply.github.com> Date: Wed, 29 Jun 2022 13:39:25 +0200 Subject: [PATCH] Fix dataset_id authorisation * Fix dataset_id authorisation * Remove strong-error-handler for qa --- backend | 2 +- helm_configs/backend/qa/middleware.json | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/backend b/backend index 71262a3..c93a60c 160000 --- a/backend +++ b/backend @@ -1 +1 @@ -Subproject commit 71262a33bce268daf2ce6e96a5965757564bd7b1 +Subproject commit c93a60c84a2f06894c058dd3445bbc081289e785 diff --git a/helm_configs/backend/qa/middleware.json b/helm_configs/backend/qa/middleware.json index 071c11a..d0ca3da 100644 --- a/helm_configs/backend/qa/middleware.json +++ b/helm_configs/backend/qa/middleware.json @@ -1,10 +1,5 @@ { "final:after": { - "strong-error-handler": { - "params": { - "debug": true, - "log": true - } - } + "strong-error-handler": {} } }