From 3505642aa3a6afaed7a0be4ffc86134f95788ad6 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Wed, 17 Dec 2025 17:51:54 +0000 Subject: [PATCH] Fix config deletion --- trustgraph-flow/trustgraph/config/service/config.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/trustgraph-flow/trustgraph/config/service/config.py b/trustgraph-flow/trustgraph/config/service/config.py index ddbcc4b0..ac52b3d2 100644 --- a/trustgraph-flow/trustgraph/config/service/config.py +++ b/trustgraph-flow/trustgraph/config/service/config.py @@ -258,9 +258,6 @@ class Configuration: else: resp = ConfigResponse( - value=None, - directory=None, - values=None, error=Error( type = "bad-operation", message = "Bad operation"