mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 02:32:00 +10:00
chore: use single chart graphs
This commit is contained in:
@ -41,7 +41,7 @@ export const getUserWithAtLeastOneDocumentSignedPerMonth = async () => {
|
||||
status: {
|
||||
equals: DocumentStatus.COMPLETED,
|
||||
},
|
||||
createdAt: {
|
||||
completedAt: {
|
||||
gte: new Date(new Date().setMonth(new Date().getMonth() - 1)),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user