mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Fix types
This commit is contained in:
parent
ca0e843d80
commit
4c6535243d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user