Merge branch 'master' of gitlab.com:Chill-Projet/chill-bundles

This commit is contained in:
2021-08-20 18:46:43 +02:00
72 changed files with 2630 additions and 666 deletions

View File

@@ -93,9 +93,8 @@ const datetimeToISO = (date) => {
};
const intervalDaysToISO = (days) => {
console.log(days);
if (null === days) {
return 'PD0';
return 'P0D';
}
return `P${days}D`;