Skip to content

Commit 9bff043

Browse files
committed
Update headers for CSV export SGR columns
1 parent 504534d commit 9bff043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/facility/facility.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export class FacilityController {
120120
buffer,
121121
});
122122

123-
const csvData = `ID,Name,Address,BIN,BBL,Oversight Agency,Jurisdiction,Operator Type,Operator Name,Category,Category Group,Category Subgroup,sgrLtr,sgrArcLtr,sgrSysLtr,sgrYear\n${unparse(data, { header: false })}`;
123+
const csvData = `ID,Name,Address,BIN,BBL,Oversight Agency,Jurisdiction,Operator Type,Operator Name,Category,Category Group,Category Subgroup,SGR Letter Grade - Total,SGR Letter Grade - Architectural,SGR Letter Grade - Systems / M&E,SGR Assessment Year\n${unparse(data, { header: false })}`;
124124

125125
res.set("Content-Type", "application/csv");
126126
res.set(

0 commit comments

Comments
 (0)