remove testing
This commit is contained in:
parent
739f3b9913
commit
f6742a0c0b
1 changed files with 1 additions and 1 deletions
|
@ -71,6 +71,6 @@ export class RabbitMQ {
|
|||
|
||||
calculateDelayTimeForQueue(payload: ITodo) {
|
||||
const delayTime = payload.due_date.getTime() - this.currentDate.getCurrentDate().getTime();
|
||||
return 0;
|
||||
return delayTime;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue