CoolTech
CoolTech
@sigginjals I just sorted it something like this ```const orderedQuery = Object.keys(req.query) .sort() // @ts-ignore: TS2339: Property 'join' does not exist on type 'object'. .reduce((obj, key) => { obj[key] =...
> Currently experiencing the same issue. We have no control over the request as its from the outside and we need to rely on the order not changing. > >...
Any updates?
did you resolve this?