mirror of
https://github.com/element-hq/element-call.git
synced 2026-05-11 01:57:11 +00:00
Fix types
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user