You've already forked matrix-js-sdk
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:
@@ -16,5 +16,5 @@ limitations under the License.
|
|||||||
|
|
||||||
export enum SERVICE_TYPES {
|
export enum SERVICE_TYPES {
|
||||||
IS = 'SERVICE_TYPE_IS', // An Identity Service
|
IS = 'SERVICE_TYPE_IS', // An Identity Service
|
||||||
IM = 'SERVICE_TYPE_IM', // An Integration Manager
|
IM = 'SERVICE_TYPE_IM', // An integration manager
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user