We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94af13a commit 21de23cCopy full SHA for 21de23c
packages/meteor-lib/src/api/pubsub.ts
@@ -89,14 +89,6 @@ export enum MeteorPubSub {
89
* Fetch either all RundownLayouts or limited to the specified ShowStyleBases
90
*/
91
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',
100
/**
101
* Fetch information about a specified organization.
102
* If null is provided, nothing will be returned
0 commit comments