More code removal

This commit is contained in:
David Négrier 2020-05-15 22:09:21 +02:00
parent 4e745f20f7
commit fff0e13a2e

View file

@ -14,14 +14,4 @@ export class Message {
this.name = data.name;
this.character = data.character;
}
toJson() {
return {
userId: this.userId,
roomId: this.roomId,
name: this.name,
character: this.character
}
}
}