-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[front/lib/api] - refactor: streamline vault permission updates
- Consolidate updateVaultPermissions logic into VaultResource's updatePermissions method - Remove the updateVaultPermissions function as its logic is now handled within the VaultResource class - Ensure error handling consistency by using DustError in the updated permissions method [front/lib/resources] - refactor: integrate permission updates into VaultResource - Migrate functionality of updating vault members into the VaultResource's updatePermissions method - Remove redundant checks and assertions by centralizing the permission update logic in a single method
- Loading branch information
Jules
authored and
Jules
committed
Oct 21, 2024
1 parent
50691fe
commit aa73104
Showing
2 changed files
with
47 additions
and
68 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