Skip to content

Commit

Permalink
improve date stat log
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Jeanneney committed Jul 9, 2024
1 parent 6da9d14 commit 82dc3c2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ async function saveStatisticsOfDocument(
sourceName: document.source,
},
treatmentDuration: humanTreatment.treatment.duration,
lastUpdateDate: humanTreatment.treatment.lastUpdateDate,
treatmentLastUpdateDate: new Date(
humanTreatment.treatment.lastUpdateDate,
).toISOString(),
userName: user.name,
},
});
Expand Down

0 comments on commit 82dc3c2

Please sign in to comment.