Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'dove' into fix/ServiceMethods-find-paginated
  • Loading branch information
fratzinger committed Oct 8, 2023
commit eb218655dad819a36055e1c3270a5506a383a0b0
2 changes: 1 addition & 1 deletion packages/transport-commons/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class Service<T = any, D = Partial<T>, P extends Params = Params>
return this
}

find(params: Params = {}) {
_find(params: Params = {}) {
return this.send<Paginated<T> | T[]>('find', params.query || {})
}

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.