Skip to content

Commit

Permalink
confirm/provider fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed May 13, 2024
1 parent 69f1313 commit 21c21ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/need/need.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ export class NeedController {
let fetchedNeed = await this.needService.getNeedByFlaskId(need.id);
if (
!fetchedNeed ||
!fetchedNeed.provider ||
fetchedNeed.status !== need.status ||
fetchedNeed.category !== need.category ||
fetchedNeed.type !== need.type ||
Expand Down

0 comments on commit 21c21ac

Please sign in to comment.