Commit 74830b5
David Pickle
Fix parsing logic in volume-detail commands to handle invalid types
Some certain types of transactions which are currently returned in
a volume's activeTransactions contain transactionStatus sub-properties
of inconsistent types. There is a plan to fix the core issue in the
backend, but until that fix is added, the changes in this commit
should prevent the volume-detail commands from resulting in an
error if any invalid transactionStatus objects are returned.1 parent a10f5a8 commit 74830b5
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments