Skip to content

Commit

Permalink
Filter out rebrandings for new grids (BL-13305)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenMcConnel committed Jul 29, 2024
1 parent e2c6bb6 commit 5b90db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection/LibraryQueryHooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1807,7 +1807,7 @@ async function retrieveBookAndUserData() {
keys: "uploader,langPointers,createdAt,tags",
// fluff up fields that reference other tables
include: "uploader,langPointers",
where: { inCirculation: true, draft: false },
where: { inCirculation: true, draft: false, rebrand: false },
},
});
}
Expand Down

0 comments on commit 5b90db5

Please sign in to comment.