Skip to content

Commit f3ec9ad

Browse files
authored
Merge pull request #342 from icefoganalytics/test
Update nars-dis-reporting-service.ts
2 parents 96bbfda + 29c039e commit f3ec9ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/api/services/admin/nars-dis-reporting-service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ export class NarsDisabilityReportingService {
9797
let disGrant = otherFunds.find((f) => f.request_type_id == 29);
9898
let disSEGrant = otherFunds.find((f) => f.request_type_id == 30);
9999

100-
if (!disSEGrant) return []; // this should only be people who were funding through CSGDSE
101-
102100
if (disGrant) csg_d = Math.ceil(disGrant.disbursed_amount);
103101
if (disGrant) csg_d_date = disGrant.disbursed_date;
104102
if (disGrant) csg_di_date = disGrant.issue_date;

0 commit comments

Comments
 (0)