Resolve "Room setup: Not able to edit the room name once the room is created"
This commit is contained in:
parent
3a474f4981
commit
d794d2904d
21 changed files with 123 additions and 21 deletions
|
|
@ -590,8 +590,8 @@ class Util {
|
|||
|
||||
/**
|
||||
* Return number of whole days between the timestamps, at end of that day.
|
||||
* @param {*} ts1
|
||||
* @param {*} ts2
|
||||
* @param {*} ts1
|
||||
* @param {*} ts2
|
||||
*/
|
||||
dayDiff(ts1, ts2) {
|
||||
var t1 = dayjs(ts1).endOf('day');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue