Skip to content

Commit

Permalink
[!] Fix legacy sift query
Browse files Browse the repository at this point in the history
  • Loading branch information
cubehouse committed May 8, 2024
1 parent 6919e57 commit 335594b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/parks/wdw/wdwdb.js
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,9 @@ export class IndexedWDWDB extends PouchDB {
// only return documents that contain the supplied channel
this.subscribeToChanges({
channels: {
$elemMatch: channel,
$elemMatch: {
$eq: channel,
},
},
}, callback);
}
Expand Down

0 comments on commit 335594b

Please sign in to comment.