1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

Standardise casing of integration manager

Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>
This commit is contained in:
Paulo Pinto
2021-07-13 16:01:53 +01:00
parent ab3dfd48ae
commit dba70d4ce2

View File

@@ -16,5 +16,5 @@ limitations under the License.
export enum SERVICE_TYPES {
IS = 'SERVICE_TYPE_IS', // An Identity Service
IM = 'SERVICE_TYPE_IM', // An Integration Manager
IM = 'SERVICE_TYPE_IM', // An integration manager
}