Skip to content

Commit

Permalink
Fix contract flags embed keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Martín S committed Dec 1, 2021
1 parent 9045a72 commit 036df65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/libv3.js
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,8 @@ const embed_definitions = {
"contract_flags": [
{

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

0 comments on commit 036df65

Please sign in to comment.