Skip to content

Commit

Permalink
included last updated
Browse files Browse the repository at this point in the history
  • Loading branch information
DonaldKLee committed Nov 8, 2024
1 parent 0c8dc37 commit d710a64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utility/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ export const getCSVData = async () => {
},
status: { applicationStatus },
skills: { firstTimeHacker },
submission: { lastUpdated },
} = doc.data()
const totalScore = doc.data().score?.totalScore ?? '?'
return [
Expand All @@ -699,6 +700,7 @@ export const getCSVData = async () => {
applicationStatus,
major,
firstTimeHacker,
lastUpdated.toDate()

Check failure on line 703 in utility/firebase.js

View workflow job for this annotation

GitHub Actions / Linting

Insert `,`
]
})
CSV.unshift([
Expand All @@ -714,6 +716,7 @@ export const getCSVData = async () => {
'Application Status',
'Major',
'First time hacker?',
'Last Updated',
])
return CSV
}
Expand Down

0 comments on commit d710a64

Please sign in to comment.