Skip to content
Merged
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
6 changes: 3 additions & 3 deletions src/config/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ export const CHALLENGE_PRIZE_TYPE = {
export const ALLOWED_USER_ROLES = [
'copilot',
'administrator',
'Connect Admin',
'Connect Manager',
'Connect Copilot'
'connect admin',
'connect manager',
'connect copilot'
]

export const downloadAttachmentURL = (challengeId, attachmentId, token) =>
Expand Down