Skip to content

Commit

Permalink
some clean ups
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Oct 10, 2023
1 parent b384001 commit 05fb1ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/features/family/family.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,10 @@ export class FamilyController {
!payDurationQGrant ||
!payAmountQGrant
) {
console.log(logisticDurationQGrant);
console.log(confirmDurationQGrant);
console.log(payDurationQGrant);
console.log(payAmountQGrant);
throw new ServerError('Something is not right!');
}
return {
Expand Down

0 comments on commit 05fb1ab

Please sign in to comment.