We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320e2b0 commit 28ee423Copy full SHA for 28ee423
src/adapter.ts
@@ -257,7 +257,7 @@ export class SequelizeAdapter<
257
params: ServiceParams = {} as ServiceParams,
258
): Promise<Paginated<Result> | Result[]> {
259
const Model = this.getModel(params)
260
- const { paginate } = this.filterQuery(params)
+ const { paginate } = this.getOptions(params)
261
const sequelizeOptions = this.paramsToAdapter(null, params)
262
263
if (!paginate || !paginate.default) {
0 commit comments