mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
Fix types
This commit is contained in:
@@ -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