Clean up dead code

This commit is contained in:
Tusooa Zhu 2022-03-07 19:19:12 -05:00
parent 0e323ef248
commit 415a823af0
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
3 changed files with 0 additions and 9 deletions

View file

@ -145,8 +145,6 @@ const conversation = {
return sortAndFilterConversation(conversation, this.status)
},
conversationDive () {
},
statusMap () {
return this.conversation.reduce((res, s) => {
res[s.id] = s