mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
yarn prettier:format
This commit is contained in:
parent
70ba6c3c6b
commit
43f98e6be6
@ -84,7 +84,7 @@ export const widget: WidgetHelpers | null = (() => {
|
||||
if (!roomId) throw new Error("Room ID must be supplied");
|
||||
if (!userId) throw new Error("User ID must be supplied");
|
||||
if (!deviceId) throw new Error("Device ID must be supplied");
|
||||
if (!baseUrl) throw new Error("Base URL must be supplied")
|
||||
if (!baseUrl) throw new Error("Base URL must be supplied");
|
||||
|
||||
// These are all the event types the app uses
|
||||
const sendState = [
|
||||
|
Loading…
Reference in New Issue
Block a user