From b6aa92b5cd2b9d98f834ceeccd12b631c47e1211 Mon Sep 17 00:00:00 2001 From: Miodec Date: Wed, 16 Mar 2022 21:34:02 +0100 Subject: [PATCH] temp --- backend/api/controllers/result.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/api/controllers/result.ts b/backend/api/controllers/result.ts index 7c28af45b..979d2d865 100644 --- a/backend/api/controllers/result.ts +++ b/backend/api/controllers/result.ts @@ -74,6 +74,7 @@ class ResultController { const resulthash = result.hash; delete result.hash; + delete result.strigified; if ( req.ctx.configuration.resultObjectHashCheck.enabled && resulthash.length === 64