Merge branch '2051-list-contribution-add-deleted' into 2038-Community-contribution-site-and-form

This commit is contained in:
ogerly 2022-07-13 11:29:21 +02:00
commit c1d6a57e41

View File

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