Skip to content

Commit 12e4d74

Browse files
ci: apply automated fixes
1 parent 23e23d0 commit 12e4d74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/db/src/query/live/collection-subscriber.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ export class CollectionSubscriber<
6060
let triggerSnapshot: () => void
6161
const orderByInfo = this.getOrderByInfo()
6262
if (orderByInfo) {
63-
const result = this.subscribeToOrderedChanges(whereExpression, orderByInfo)
63+
const result = this.subscribeToOrderedChanges(
64+
whereExpression,
65+
orderByInfo,
66+
)
6467
subscription = result.subscription
6568
triggerSnapshot = result.triggerSnapshot
6669
} else {

0 commit comments

Comments
 (0)