cozy / cozy-client-js

Javascript library to write Cozy applications
https://docs.cozy.io/en/cozy-client-js/README/
MIT License
11 stars 12 forks source link

feat: Introduce cozy.client.data.findMany #187

Closed sebn closed 7 years ago

sebn commented 7 years ago

Thanks for pointing this out @gregorylegarec, I'll check!

sebn commented 7 years ago

@gregorylegarec Looks like this can effectively happen when no document was created and the database doesn't exist yet. As soon as a document is created, even if it is immediately deleted, I assume it should not anymore.

sebn commented 7 years ago

I also made sure the resulting objects don't include useless doc / error properties (with undefined value).

:ship: as soon as CI is green.

gregorylegarec commented 7 years ago

Thanks @sebn 👍