Skip to content

Commit

Permalink
added issued date in CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
ManojNathIC committed Dec 16, 2024
1 parent 27f53ec commit ba4634e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inspector/inspector.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ export class InspectorController {
name: `${item.firstName || ''} ${item.lastName || ''}`.trim(),
certificateID: item.certificateId || '',
class: item.class || '',
IssuedDate: item.issuanceDate || '',
documentType: documentType,
}));

Expand Down

0 comments on commit ba4634e

Please sign in to comment.