API specifies https://github.com/oasisprotocol/nexus/blob/389cc9f2e08d0b0d0252b8594a2efe218e5fb5e4/api/spec/v1.yaml#L1274-L1277 ``` style: form explode: false schema: type: array ``` https://github.com/oasisprotocol/explorer/pull/2012 manually added `paramsSerializer: paramSerializerWithComma` Ideally this should be fixed at orval config level (or even upstream) based on API definition, not manually (related https://github.com/oasisprotocol/explorer/issues/1839)
API specifies
https://github.com/oasisprotocol/nexus/blob/389cc9f2e08d0b0d0252b8594a2efe218e5fb5e4/api/spec/v1.yaml#L1274-L1277
#2012 manually added
paramsSerializer: paramSerializerWithCommaIdeally this should be fixed at orval config level (or even upstream) based on API definition, not manually
(related #1839)