Skip to content

Commit

Permalink
ticketing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Sep 18, 2023
1 parent a3a3384 commit eb38aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/need/need.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class NeedService {
const need = this.needRepository.findOne({
where: {
flaskId: flaskId,
verifiedPayments: { verified: Not(IsNull()) },
// verifiedPayments: { verified: Not(IsNull()) },
},
relations: {
verifiedPayments: true,
Expand Down

0 comments on commit eb38aca

Please sign in to comment.