Skip to content

Commit

Permalink
Merge pull request #104 from game-node-app/dev
Browse files Browse the repository at this point in the history
removes exclusion of reviews with no content from trending reviews
  • Loading branch information
Lamarcke authored Oct 21, 2024
2 parents f3907dd + 83e19d7 commit 9d0053b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/statistics/review-statistics.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ export class ReviewStatisticsService implements StatisticsService {
gameId: dto?.gameId,
profileUserId: dto?.userId,
id: dto?.reviewId,
content: Not(IsNull()),
};
const findOptionsWhere: FindOptionsWhere<ReviewStatistics> = {
review: reviewFindOptionsWhere,
Expand Down

0 comments on commit 9d0053b

Please sign in to comment.