Skip to content

fix(server): correct 'updated' property to 'update'

Jure requested to merge fix_typo into master

Fix #385 (closed)

The issue was actually server-side - the collection endpoint update sent events with the updated property instead of correct update property used everywhere else.

I don't have a good idea about how to test this, and I don't want an e2e test just for this, as the SSE (replaced by GraphQL subscriptions) and REST endpoints (replaced by GraphQL) are going the way of the dodo. Open to suggestions!

Merge request reports