Giveth / feathers-giveth

Featherjs server for caching giveth data.
MIT License
87 stars 99 forks source link

Don't return stack errors to client #613

Closed mohammadranjbarz closed 2 years ago

mohammadranjbarz commented 2 years ago

related to #612

Test with this data in websocket: 4221["campaigns::find",{"$or":{"coownerAddress":"0x5AC583Feb2b1f288C0A51d6Cdca2e8c814BFE93B"},"$select":["_id"]}]

Before

stack error before fix

After

stack error after fix