diff --git a/backend/src/helpers/AutoRemoteTickets.ts b/backend/src/helpers/AutoRemoteTickets.ts index 5d68613..965e76b 100644 --- a/backend/src/helpers/AutoRemoteTickets.ts +++ b/backend/src/helpers/AutoRemoteTickets.ts @@ -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();