SuperAgent `serialize` used to do equivalent of `qs` with `arrayFormat: 'repeat'`, but now it's doing what `arrayFormat: 'indices'` does. Should revert back to using old behaviour, no?
SuperAgent
serializeused to do equivalent ofqswitharrayFormat: 'repeat', but now it's doing whatarrayFormat: 'indices'does.Should revert back to using old behaviour, no?