Commit e979947
committed
fix(policies): handle null policies list in listDynamicPolicies
When the API returns {"policies": null} instead of {"policies": []},
the SDK now correctly returns an empty list instead of throwing NPE.
Fixes getaxonflow/axonflow-enterprise#401 parent 6e41897 commit e979947
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1228 | 1228 | | |
1229 | 1229 | | |
1230 | 1230 | | |
1231 | | - | |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
1232 | 1236 | | |
1233 | 1237 | | |
1234 | 1238 | | |
| |||
0 commit comments