chore: use single chart graphs

This commit is contained in:
Ephraim Atta-Duncan
2024-05-21 09:28:23 +00:00
parent 50b57d5aa5
commit 95a94d4fc1
4 changed files with 62 additions and 105 deletions

View File

@ -41,7 +41,7 @@ export const getUserWithAtLeastOneDocumentSignedPerMonth = async () => {
status: {
equals: DocumentStatus.COMPLETED,
},
createdAt: {
completedAt: {
gte: new Date(new Date().setMonth(new Date().getMonth() - 1)),
},
},