Skip to content

Commit

Permalink
feat: getContributionList where
Browse files Browse the repository at this point in the history
  • Loading branch information
KieSun committed Dec 14, 2023
1 parent 825b2af commit d5e12b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/service/contribution.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class ContributionService {
);
}
// @ts-ignore
where.ownerId = user.id;
where.toIds = { in: [user.id] };
}
return paginate(
this.prisma.contribution,
Expand Down

0 comments on commit d5e12b9

Please sign in to comment.