Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 390e11b

Browse files
committed
Fixing prize set type mapping
1 parent 421cada commit 390e11b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/constants.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
*/
44

55
const prizeSetTypes = {
6-
ChallengePrizes: 'Challenge prizes',
7-
CheckPoint: 'Check Point'
6+
ChallengePrizes: 'placement',
7+
CopilotPayment: 'copilot',
8+
ReviewerPayment: 'reviewer',
9+
CheckPoint: 'checkpoint'
810
}
911

1012
const EVENT_ORIGINATOR = 'legacy-challenge-processor'

0 commit comments

Comments
 (0)