mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Make Travis an ounce happier
This commit is contained in:
parent
48d9c94c88
commit
5c3c8cfb06
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import { SettingLevel } from "./SettingLevel";
|
|||
|
||||
export type CallbackFn = (changedInRoomId: string, atLevel: SettingLevel, newValAtLevel: any) => void;
|
||||
|
||||
const IRRELEVANT_ROOM = String(null);
|
||||
const IRRELEVANT_ROOM: string = null;
|
||||
|
||||
interface RoomWatcherMap {
|
||||
[roomId: string]: CallbackFn[];
|
||||
|
|
Loading…
Reference in a new issue