yarn prettier:format
This commit is contained in:
parent
70ba6c3c6b
commit
43f98e6be6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue