Skip to content

Commit

Permalink
Merge pull request #1389 from tv2norge-collab/contribute/EAV-514
Browse files Browse the repository at this point in the history
fix(Core): omit privateData in bucket adlib pieces and actions publications
  • Loading branch information
nytamin authored Mar 5, 2025
2 parents c58b021 + 7c45ad8 commit 1267ad5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meteor/server/publications/buckets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ meteorPublish(
{
fields: {
ingestInfo: 0, // This is a large blob, and is not of interest to the UI
privateData: 0,
},
}
)
Expand All @@ -80,6 +81,7 @@ meteorPublish(
{
fields: {
ingestInfo: 0, // This is a large blob, and is not of interest to the UI
privateData: 0,
},
}
)
Expand Down

0 comments on commit 1267ad5

Please sign in to comment.