canjs / can-connect-feathers

The FeathersJS client library for DoneJS and can-connect
https://canjs.com/doc/can-connect-feathers.html
MIT License
10 stars 4 forks source link

`getData` not sending query params correctly #108

Closed DesignByOnyx closed 6 years ago

DesignByOnyx commented 6 years ago

https://github.com/canjs/can-connect-feathers/blob/master/service/service.js#L48

return service.get(id, params);

should be

return service.get(id, {query: params});