feat: Adjust timer comparetion seconds to 50 seconds
parent
3ee99afebf
commit
b54580fdf9
|
@ -44,7 +44,7 @@ const AutoRemoteTickets = async () => {
|
|||
|
||||
console.log("______timeDiff: ", timeDiff);
|
||||
|
||||
if (timeDiff.seconds > 59) {
|
||||
if (timeDiff.seconds > 50) {
|
||||
del(`remote:ticketId:${ticketId}`);
|
||||
|
||||
obj = await controllByNumber();
|
||||
|
|
Loading…
Reference in New Issue