matmoi
Results
1
issues of
matmoi
## Steps to reproduce There's an inconsistency when calling `update` and `save` with the same `data` parameter. ## Current Behavior In [update](https://github.com/loopbackio/loopback-datasource-juggler/blob/251ced811b80177f47efb6a3270ed6d279263c46/lib/dao.js#L2211), [invokeConnectorMethod](https://github.com/loopbackio/loopback-datasource-juggler/blob/251ced811b80177f47efb6a3270ed6d279263c46/lib/dao.js#L2359) is passing `data` as is, without invoking...
bug