feat: add completed at timestamp

This commit is contained in:
Mythie
2023-11-03 15:48:19 +11:00
parent f841683d82
commit 2065a0debc
3 changed files with 6 additions and 0 deletions

View File

@ -94,6 +94,7 @@ export const completeDocumentWithToken = async ({
},
data: {
status: DocumentStatus.COMPLETED,
completedAt: new Date(),
},
});