Initiate change 3hrs to 6hrs
This commit is contained in:
parent
659756954a
commit
42f263920c
@ -282,7 +282,7 @@ checkOtpAccess:boolean = false;
|
|||||||
let diffInHours: number = Math.floor(diffInMs / 1000 / 60 / 60);
|
let diffInHours: number = Math.floor(diffInMs / 1000 / 60 / 60);
|
||||||
console.log(diffInHours);
|
console.log(diffInHours);
|
||||||
|
|
||||||
if(diffInHours <-4){
|
if(diffInHours <-6){
|
||||||
this.enableStartPD=true;
|
this.enableStartPD=true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user