orbitjs / orbit

Composable data framework for ambitious web applications.
https://orbitjs.com
MIT License
2.33k stars 133 forks source link

Fix data-only response from `update` when a transform has already been applied #847

Closed dgeb closed 3 years ago

dgeb commented 3 years ago

For data-only requests, update was mistakenly returning an empty array ([]) instead of undefined when called with a transform that was previously applied.