fix(link-modules, utils): remove limits on queries when primary-key is provided (#5732)
This commit is contained in:
@@ -19,7 +19,7 @@ describe("Product service", function () {
|
||||
},
|
||||
options: {
|
||||
fields: undefined,
|
||||
limit: 15,
|
||||
limit: undefined,
|
||||
offset: 0,
|
||||
populate: [],
|
||||
withDeleted: undefined,
|
||||
@@ -44,7 +44,7 @@ describe("Product service", function () {
|
||||
},
|
||||
options: {
|
||||
fields: undefined,
|
||||
limit: 15,
|
||||
limit: undefined,
|
||||
offset: 0,
|
||||
populate: [],
|
||||
withDeleted: undefined,
|
||||
|
||||
Reference in New Issue
Block a user