Skip to content

Commit bf47189

Browse files
authored
Merge pull request #78 from cowprotocol/schema/update-solver-tables
Fix vouchedBy
2 parents a3c634b + 44fd3e2 commit bf47189

File tree

1 file changed

+1
-1
lines changed
  • src/api/solver-network/content-types/solver-network

1 file changed

+1
-1
lines changed

src/api/solver-network/content-types/solver-network/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"vouchedBy": {
6262
"type": "relation",
6363
"relation": "manyToOne",
64-
"target": "api::solver-bonding-pool.solver-bonding-pool"
64+
"target": "api::solver-bonding-pool.name"
6565
}
6666
}
6767
}

0 commit comments

Comments
 (0)