0

Remove unused method

This commit is contained in:
Gabe Kangas 2020-06-15 14:52:51 -07:00
parent 08d20a1096
commit 96870870e1

View File

@ -22,15 +22,6 @@ class Message {
userColor() { userColor() {
return messageBubbleColorForString(this.author); return messageBubbleColorForString(this.author);
} }
toModel() {
return {
author: this.author(),
body: this.body(),
image: this.image(),
id: this.id
};
}
} }