Skip to content

Commit 59e0b25

Browse files
remove stray comments
1 parent 987e78d commit 59e0b25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/compass-crud/src/stores/crud-store.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,6 @@ class CrudStoreImpl
15441544
});
15451545
}
15461546

1547-
// so this thing
15481547
/**
15491548
* This function is called when the collection filter changes.
15501549
*/
@@ -1573,7 +1572,6 @@ class CrudStoreImpl
15731572
has_projection:
15741573
!!query.project && Object.keys(query.project).length > 0,
15751574
has_skip: (query.skip ?? 0) > 0,
1576-
// here's your has sort
15771575
has_sort: !!query.sort && Object.keys(query.sort).length > 0,
15781576
has_limit: (query.limit ?? 0) > 0,
15791577
has_collation: !!query.collation,

0 commit comments

Comments
 (0)