Commit fdd532d
committed
refactor: simplify key metadata handling in issuer key retrieval
Removes unnecessary key_ids intermediate table and conditional kid assignment loop. Directly assigns kids array to return value, reducing code complexity while maintaining the same functionality. The kids array is now passed through unchanged instead of being conditionally copied element by element.1 parent c78adca commit fdd532d
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | 116 | | |
118 | 117 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | 118 | | |
123 | 119 | | |
124 | 120 | | |
125 | 121 | | |
126 | 122 | | |
127 | | - | |
| 123 | + | |
128 | 124 | | |
129 | 125 | | |
130 | 126 | | |
| |||
0 commit comments