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