Skip to content

Commit 2a5c3d9

Browse files
Remove redundant skip deletion in count query (code review fix)
Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
1 parent 514c38f commit 2a5c3d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/runtime/server/test/rest-advanced.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ class MockDriver implements Driver {
9090
// Count should not apply offset/limit, only filters
9191
const countQuery = { ...query };
9292
delete countQuery.offset;
93-
delete countQuery.skip;
9493
delete countQuery.top;
9594
delete countQuery.limit;
9695
const items = await this.find(objectName, countQuery);

0 commit comments

Comments
 (0)