Skip to content

Commit

Permalink
feat: added missing fields post /trust_relationships
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkparti committed Aug 22, 2023
1 parent 531ee10 commit 006cbd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/models/Trust.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ class Trust {
created_at: result.created_at,
updated_at: result.updated_at,
active: result.active,
actor_wallet_id: actorWallet.id,
originator_wallet_id: originatorWallet.id,
target_wallet_id: targetWallet.id,
};
}

Expand Down

0 comments on commit 006cbd3

Please sign in to comment.