Skip to content

Commit

Permalink
[TM-752] Remove submitted at from the reported columns; this field do…
Browse files Browse the repository at this point in the history
…esn't exist on applications.
  • Loading branch information
roguenet committed Apr 3, 2024
1 parent 3f2c6a1 commit a8da888
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Exports/V2/ApplicationExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class ApplicationExport extends BaseExportFormSubmission implements WithHeadings
'Proof of local legal registration, incorporation, or right to operate',
'Created At',
'Updated At',
'Submitted At',
'Website URL (optional)',
'Organization Facebook URL(optional)',
'Organization Instagram URL(optional)',
Expand Down Expand Up @@ -125,7 +124,6 @@ public function map($application): array
$this->handleOrganisationFiles($organisation, 'legal_registration'),
$application->created_at,
$application->updated_at,
$application->submitted_at,
$organisation->web_url,
$organisation->facebook_url,
$organisation->instagram_url,
Expand Down

0 comments on commit a8da888

Please sign in to comment.