Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,8 @@ export const SKILLS_FORM_INPUT_FIELDS = [
'longAnswers2',
'longAnswers3',
'longAnswers4',
// 'longAnswers5',
'longAnswers5',
'longAnswers6',
]

export const QUESTIONNAIRE_FORM_INPUT_FIELDS = ['eventsAttended', 'engagementSource']
2 changes: 1 addition & 1 deletion utility/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Hackathons = 'Hackathons'
const InternalWebsitesCollection = 'InternalWebsites'
const CMSCollection = 'CMS'
const PortalCollection = 'Portal'
export const HackerEvaluationHackathon = 'nwHacks2025'
export const HackerEvaluationHackathon = 'cmd-f2025'

export const getTimestamp = () => {
return firebase.firestore.Timestamp.now()
Expand Down
Loading