diff --git a/apps/meteor/app/models/client/models/Users.ts b/apps/meteor/app/models/client/models/Users.ts index 735a7a8a6dc2..3fd1016e528b 100644 --- a/apps/meteor/app/models/client/models/Users.ts +++ b/apps/meteor/app/models/client/models/Users.ts @@ -40,4 +40,4 @@ Object.assign(Meteor.users, { }); /** @deprecated new code refer to Minimongo collections like this one; prefer fetching data from the REST API, listening to changes via streamer events, and storing the state in a Tanstack Query */ -export const Users = Meteor.users as UsersCollection; +export const Users = Meteor.users as unknown as UsersCollection;