refs #5696 landed
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-05-17 13:35:55 +02:00
parent e7f9984b4b
commit c31eee4906
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ class Controller extends Section {
}
createClaim() {
const timeDifference = new Date().getTime() - new Date(this.ticket.shipped).getTime();
const timeDifference = new Date().getTime() - new Date(this.ticket.landed).getTime();
const pastDays = Math.floor(timeDifference / 86400000);
if (pastDays >= this.ticketConfig[0].daysForWarningClaim)