Fix types

This commit is contained in:
David Baker 2023-07-10 15:54:04 +01:00
parent ca0e843d80
commit 4c6535243d

View File

@ -168,7 +168,7 @@ export const widget: WidgetHelpers | null = (() => {
}
);
const clientPromise = new Promise((resolve) => {
const clientPromise = new Promise<MatrixClient>((resolve) => {
(async () => {
await Config.init();
const livekit = Config.get().livekit;