Make Travis an ounce happier

This commit is contained in:
Michael Telatynski 2020-09-08 15:07:16 +01:00
parent 48d9c94c88
commit 5c3c8cfb06

View file

@ -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[];