Added Started At Date Field

This commit is contained in:
Ahmad 2024-11-07 20:29:32 -05:00
parent c6e2a88f1c
commit 514ae94f43
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
5 changed files with 50 additions and 16 deletions

View file

@ -32,6 +32,7 @@ const handler = async (data: InputType): Promise<ReturnType> => {
data: {
...values,
dueDate: dueDate,
startedAt: startedAt,
},
});