refacto: translate corrected
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-03-29 10:17:26 +02:00
parent 7209bc52de
commit 8c744a0135
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ class Controller extends Section {
this.draggableElement = 'a[draggable]';
this.droppableElement = 'vn-tbody[vn-droppable]';
const towDays = 2;
const twoDays = 2;
const shippedFrom = new Date();
shippedFrom.setDate(shippedFrom.getDate() - towDays);
shippedFrom.setDate(shippedFrom.getDate() - twoDays);
shippedFrom.setHours(0, 0, 0, 0);
const sevenDays = 7;