-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mgmt): reference owner by ID in credit endpoints. (#330)
Because - There was a confusion in the API and database references to the Credit owner. At the API level we reference the owner by ID, but the database will store the UID reference to be resilient against ID updates. This commit - Reverts commit 2b79ef0 "fix(vdp): correct reference to credit owner id->uid (#321)"
- Loading branch information
Showing
2 changed files
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters