PromucFlow_constructor/app
Ayush Pahwa d220ed428a
Skipping parse of empty array response (#14502)
- When we get a response from API, the data can be either null, undefined, not an array and an array but with no data
- We had handled for everything else except the case of empty array
- This commit fixes that

- We run a query which will return an empty array as response
- We check if application is crashing because of this
2022-06-15 10:59:57 +05:30
..
client Skipping parse of empty array response (#14502) 2022-06-15 10:59:57 +05:30
rts Fix Node version in RTS' Dockerfile (#14223) 2022-06-01 14:32:23 +05:30
server Resolved the issue of actionCollection updatedAt field not getting updated (#14323) 2022-06-11 10:03:26 +05:30
util
yarn.lock