From 44fd3e2a4d502520134b7ae13128ce6a7bb2a84d Mon Sep 17 00:00:00 2001 From: tamir Date: Tue, 6 Jan 2026 10:08:53 +0200 Subject: [PATCH] Fix vouchedBy --- src/api/solver-network/content-types/solver-network/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/solver-network/content-types/solver-network/schema.json b/src/api/solver-network/content-types/solver-network/schema.json index 0fd3d68..155145d 100644 --- a/src/api/solver-network/content-types/solver-network/schema.json +++ b/src/api/solver-network/content-types/solver-network/schema.json @@ -61,7 +61,7 @@ "vouchedBy": { "type": "relation", "relation": "manyToOne", - "target": "api::solver-bonding-pool.solver-bonding-pool" + "target": "api::solver-bonding-pool.name" } } }