If you have this entity: ```json { "@id": "/foo/1", "title": "first foo" } ``` and you send the same, the UnitOfWork will try to put this: ```json {} ``` Which is useless. If the unit of work returns an empty diff, we should not send the request
If you have this entity:
{ "@id": "/foo/1", "title": "first foo" }and you send the same, the UnitOfWork will try to put this:
{}Which is useless. If the unit of work returns an empty diff, we should not send the request