yarn prettier:format

This commit is contained in:
Robin Townsend 2022-10-17 09:30:22 -04:00
parent 70ba6c3c6b
commit 43f98e6be6

View File

@ -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 = [