This commit is contained in:
Soph :3 2024-07-19 05:19:14 +03:00
parent ea011422f2
commit ea74b57c74
Signed by: sophie
GPG key ID: EDA5D222A0C270F2

View file

@ -35,6 +35,7 @@ export class Participiant {
id: this.cid, id: this.cid,
name: this.profile.name, name: this.profile.name,
color: this.profile.color, color: this.profile.color,
role: this.profile.role
}, },
}); });