RocketChat/Rocket.Chat

View on GitHub
apps/meteor/ee/server/patches/getInstanceList.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { getInstanceList } from '../../../app/api/server/helpers/getInstanceList';
import { Instance } from '../sdk';

getInstanceList.patch(() => Instance.getInstances());