Skip to content

Commit 1267ad5

Browse files
authored
Merge pull request #1389 from tv2norge-collab/contribute/EAV-514
fix(Core): omit privateData in bucket adlib pieces and actions publications
2 parents c58b021 + 7c45ad8 commit 1267ad5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meteor/server/publications/buckets.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ meteorPublish(
5454
{
5555
fields: {
5656
ingestInfo: 0, // This is a large blob, and is not of interest to the UI
57+
privateData: 0,
5758
},
5859
}
5960
)
@@ -80,6 +81,7 @@ meteorPublish(
8081
{
8182
fields: {
8283
ingestInfo: 0, // This is a large blob, and is not of interest to the UI
84+
privateData: 0,
8385
},
8486
}
8587
)

0 commit comments

Comments
 (0)