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

Appease the linter

This commit is contained in:
Travis Ralston
2020-03-09 17:10:37 -06:00
parent 95164d08d5
commit 800441e0ed

View File

@@ -28,7 +28,7 @@ import {SERVICE_TYPES} from './service-types';
import {logger} from './logger'; import {logger} from './logger';
import {PushProcessor} from "./pushprocessor"; import {PushProcessor} from "./pushprocessor";
import * as utils from "./utils"; import * as utils from "./utils";
import {MatrixHttpApi, PREFIX_IDENTITY_V2, PREFIX_R0, PREFIX_UNSTABLE,} from "./http-api"; import {MatrixHttpApi, PREFIX_IDENTITY_V2, PREFIX_R0, PREFIX_UNSTABLE} from "./http-api";
function termsUrlForService(serviceType, baseUrl) { function termsUrlForService(serviceType, baseUrl) {
switch (serviceType) { switch (serviceType) {