Commit ecb98cb
committed
LFXV2-123: Enhance committee service response and update logic
- Added a nil check for the UID in the convertPayloadToUpdateBase method to prevent potential panics.
- Removed the logging of committee name in the GetBase method for improved privacy.
- Updated the Indexer call in the UpdateSettings method to use the correct subject for committee settings.
Generated with [GitHub Copilot](https://github.com/features/copilot)
Signed-off-by: Mauricio Zanetti Salomao <mauriciozanetti86@gmail.com>1 parent f4dbad3 commit ecb98cb
3 files changed
Lines changed: 2 additions & 3 deletions
File tree
- cmd/committee-api/service
- internal/service
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
727 | 727 | | |
728 | 728 | | |
729 | 729 | | |
730 | | - | |
| 730 | + | |
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
| |||
0 commit comments