Skip to content
Snippets Groups Projects
foss.ts 213 B
// This file is used in FOSS builds of Rocket.Chat to replace the default ee.ts file with mocked functions
export const startLicense = async () => undefined;
export const registerEEBroker = async () => undefined;