Skip to content

Commit 11d8f9d

Browse files
committed
fix nit
1 parent 95df0cd commit 11d8f9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ export function liveQueryCollectionOptions<
163163
const collections = extractCollectionsFromQuery(query)
164164

165165
const allCollectionsReady = () => {
166-
return Object.values(collections).every(
167-
(collection) => collection.status === `ready`
166+
return Object.values(collections).every((collection) =>
167+
collection.isReady()
168168
)
169169
}
170170

0 commit comments

Comments
 (0)