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