Initiate change 3hrs to 6hrs

This commit is contained in:
sriram-at-840620226347 2019-11-29 15:02:32 +05:30
parent 659756954a
commit 42f263920c

View File

@ -282,7 +282,7 @@ checkOtpAccess:boolean = false;
let diffInHours: number = Math.floor(diffInMs / 1000 / 60 / 60);
console.log(diffInHours);
if(diffInHours <-4){
if(diffInHours <-6){
this.enableStartPD=true;
}
else