Commit 21ecfd2
committed
fix(api): ensure Address is parsed correctly when no Command is provided
Corrects a bug in MigInterfaceCommand `BuildRequest` where the Address segment (requests[1]) was not being assigned if the request only contained two segments (Domain/Address), causing premature function exit.
- Address is now correctly parsed as requests[1] when requests.Length > 1.1 parent bbca0c8 commit 21ecfd2
1 file changed
+6
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
85 | 86 | | |
86 | | - | |
| 87 | + | |
87 | 88 | | |
88 | | - | |
| 89 | + | |
89 | 90 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
| 91 | + | |
| 92 | + | |
97 | 93 | | |
98 | 94 | | |
99 | 95 | | |
| |||
105 | 101 | | |
106 | 102 | | |
107 | 103 | | |
108 | | - | |
0 commit comments