Skip to content

Commit

Permalink
call client.observable.listen instead of client.listen (fixes tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Oct 6, 2024
1 parent 336a87f commit fbd0193
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function getPairListener(
const {publishedId, draftId} = idPair

const sharedEvents = defer(() =>
client
client.observable
.listen(
`*[_id == $publishedId || _id == $draftId]`,
{
Expand Down

0 comments on commit fbd0193

Please sign in to comment.