Skip to content

Commit 923096e

Browse files
authored
Merge pull request #1377 from tv2norge-collab/contribute/EAV-491
fix: remove leftover publication names
2 parents 126db65 + 21de23c commit 923096e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/meteor-lib/src/api/pubsub.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,6 @@ export enum MeteorPubSub {
8989
* Fetch either all RundownLayouts or limited to the specified ShowStyleBases
9090
*/
9191
rundownLayouts = 'rundownLayouts',
92-
/**
93-
* Fetch information about the current logged in user, if any
94-
*/
95-
loggedInUser = 'loggedInUser',
96-
/**
97-
* Fetch information about all users for a given organization
98-
*/
99-
usersInOrganization = 'usersInOrganization',
10092
/**
10193
* Fetch information about a specified organization.
10294
* If null is provided, nothing will be returned

0 commit comments

Comments
 (0)