This commit is contained in:
Ginger Wong
2020-06-15 15:46:01 -07:00
2 changed files with 0 additions and 17 deletions

View File

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