This commit is contained in:
tiago.kayaya
2022-01-28 19:06:09 +01:00
4 changed files with 80 additions and 55 deletions
+1
View File
@@ -432,6 +432,7 @@ export class RoomService {
private calDateDuration(date = null) {
this.duration = showDateDuration(date || this._updatedAt);
this._updatedAt = date || this._updatedAt
}