Skip to content

Commit

Permalink
children with no needs update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Jan 27, 2024
1 parent 180ce7e commit c13c97b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/need/need.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,6 @@ export class NeedService {
.andWhere("need.name_translations -> 'en' = :nameTranslations", {
nameTranslations: need.name_translations.en,
})

.andWhere('need.status < :statusPaid', {
statusPaid: PaymentStatusEnum.COMPLETE_PAY,
})
Expand Down

0 comments on commit c13c97b

Please sign in to comment.