Skip to content

Commit 64b55fd

Browse files
authored
Merge pull request ytgov#107 from icefoganalytics/main
Update incident-service.ts
2 parents e9a074f + ab8d5b2 commit 64b55fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/src/services/incident-service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ export class IncidentService {
165165
}
166166

167167
generateIncidentsCsvString(reports: Incident[], showSupervisor: boolean): string {
168-
{ title: "Id", value: "identifier" },
169168
if (showSupervisor) {
170169
const data = reports.map((report) => ({
171170
Id: report.identifier,

0 commit comments

Comments
 (0)