Skip to content

Commit

Permalink
Fix contract_flags contact embed
Browse files Browse the repository at this point in the history
  • Loading branch information
Martín S committed Oct 11, 2021
1 parent 90b865d commit ebe2611
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions controllers/libv3.js
Original file line number Diff line number Diff line change
Expand Up @@ -510,11 +510,11 @@ const embed_definitions = {
}

],
contract_flags: [
"contract_flags": [
{

id: "id",
foreign_key: "contracts.id",
id: "ocid",
foreign_key: "ocid",
index: "contracts",
location: "contracts"
}
Expand Down

0 comments on commit ebe2611

Please sign in to comment.