Skip to content

Commit e3aaaba

Browse files
committed
feat: Add created at field in the export csv
1 parent 6d6bc32 commit e3aaaba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/service/tempApplicationService.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ func (t *TempApplication) ExportTempApplicationsCSV(ctx *context.Context, respon
5050
tempApplication.PhoneNumber,
5151
strings.Join(tempApplication.Projects, ", "),
5252
tempApplication.ApplicationText,
53+
tempApplication.CreatedAt.Local().String(),
5354
}
5455
}
5556

0 commit comments

Comments
 (0)