RocketChat/Rocket.Chat

View on GitHub
apps/meteor/server/foss.ts

Summary

Maintainability
A
0 mins
Test Coverage
// 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;