From e9aa676207be6e1b11863778deddba59109d88fb Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 9 Sep 2022 13:01:50 +0200 Subject: works! --- client-web/source/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client-web/source/user.ts') diff --git a/client-web/source/user.ts b/client-web/source/user.ts index 057cdf4..0bdf250 100644 --- a/client-web/source/user.ts +++ b/client-web/source/user.ts @@ -11,7 +11,7 @@ export abstract class User { public name?: string protected tracks: Set = new Set() - constructor(public room: Room, public id: number,) { + constructor(public room: Room, public id: number) { this.el = document.createElement("div") this.el.classList.add("user") this.room.el.append(this.el) -- cgit v1.2.3-70-g09d2