fix: deadline bug in seed data

This commit is contained in:
Joyelle Ndagijimana 2025-05-12 22:02:44 +02:00
parent 0809e1b52e
commit 968d38ca32
3 changed files with 20 additions and 15 deletions

View file

@ -101,6 +101,8 @@
day: "2-digit",
month: "long",
year: "numeric",
hour: "numeric",
minute: "2-digit",
});
}