fix(link-modules, utils): remove limits on queries when primary-key is provided (#5732)

This commit is contained in:
Philip Korsholm
2023-11-27 15:42:25 +00:00
committed by GitHub
parent 3bcf08c0cb
commit de8f748674
4 changed files with 35 additions and 6 deletions
@@ -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,