diff --git a/components/organization/hackathons/details/ExportButton.tsx b/components/organization/hackathons/details/ExportButton.tsx index dd0a2504..a4242862 100644 --- a/components/organization/hackathons/details/ExportButton.tsx +++ b/components/organization/hackathons/details/ExportButton.tsx @@ -50,6 +50,11 @@ const DATASETS = [ label: 'Winners', description: 'Wallet address, activation & USDC trustline', }, + { + id: 'judging', + label: 'Judging', + description: 'Results, judges, scores & comments', + }, ] as const; export function ExportButton({ diff --git a/lib/api/hackathons/rewards.ts b/lib/api/hackathons/rewards.ts index 1b383396..58a75aa9 100644 --- a/lib/api/hackathons/rewards.ts +++ b/lib/api/hackathons/rewards.ts @@ -214,6 +214,7 @@ export const exportHackathon = async ( | 'submissions' | 'prize_tiers' | 'winners' + | 'judging' | 'full' = 'full' ): Promise => { const res = await api.get(