This commit is contained in:
Peter Maquiran
2022-01-12 16:10:59 +01:00
parent bf6211229c
commit b40b7c9360
2 changed files with 17 additions and 6 deletions
+4 -1
View File
@@ -25,7 +25,6 @@ export class RoomService {
) {}
setData({id, name, lastMessage, _updatedAt}) {
this.id = id
this.name = name
this.lastMessage = lastMessage
@@ -93,4 +92,8 @@ export class RoomService {
return message
}
// to add
countDownDate(){}
}