Skip to content

Commit

Permalink
admin apis
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Sep 24, 2023
1 parent 6bd69b2 commit a4dc818
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/features/need/need.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ export class NeedController {
PanelContributors.AUDITOR,
);
if (!auditor || !purchaser) {
console.log(flaskNeed);

throw new ServerError('huuuh');
}
await this.needService.updateNeedContributors(
Expand Down

0 comments on commit a4dc818

Please sign in to comment.