Add deleted contribution to the list of contribution.

This commit is contained in:
elweyn 2022-07-13 11:26:18 +02:00
parent 9d9d1a78f1
commit 99c4e83670

View File

@ -58,6 +58,7 @@ export class ContributionResolver {
order: {
createdAt: order,
},
withDeleted: true,
skip: (currentPage - 1) * pageSize,
take: pageSize,
})