Fix requested month is -1
Compare changes
Files
2- Rémi PAILHAREY authored
+ 6
− 27
@@ -67,31 +67,19 @@ const Editing: React.FC = () => {
@@ -167,20 +155,11 @@ const Editing: React.FC = () => {
This MR is created to fix this issue : https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server/-/issues/1
Changed the month parameter from 0 => January, ..., 11 => December to 1 => January, ..., 12 => December