Compare commits

...

1 Commits

Author SHA1 Message Date
Ephraim Atta-Duncan
eddfd9a720 fix: completed count incorrect 2023-09-27 15:04:58 +00:00

View File

@@ -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: {