mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
fix: completed count incorrect
This commit is contained in:
@ -40,7 +40,7 @@ export const getStats = async ({ user }: GetStatsInput) => {
|
||||
},
|
||||
where: {
|
||||
status: {
|
||||
not: ExtendedDocumentStatus.DRAFT,
|
||||
in: [ExtendedDocumentStatus.DRAFT, ExtendedDocumentStatus.PENDING],
|
||||
},
|
||||
Recipient: {
|
||||
some: {
|
||||
|
||||
Reference in New Issue
Block a user