Skip to content

Commit

Permalink
Merge pull request #1110 from hackclub/ysws-bonus
Browse files Browse the repository at this point in the history
use adjusted doubloon payout on the frontend
  • Loading branch information
polytroper authored Jan 17, 2025
2 parents e85d0e8 + 94462c0 commit 7e6d492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/battles/airtable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const getAllProjects = async (): Promise<Ships[]> => {
'title',
'credited_hours',
'doubloon_payout',
'doubloon_payout_adjusted',
'project_source',
'total_hours',
'rating',
Expand Down
2 changes: 1 addition & 1 deletion src/app/utils/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export async function fetchShips(
r.fields.vote_balance_exceeds_requirement,
),
matchups_count: r.fields.matchups_count,
doubloonPayout: r.fields.doubloon_payout,
doubloonPayout: r.fields.doubloon_payout_adjusted,
shipType: r.fields.ship_type,
shipStatus: r.fields.ship_status,
wakatimeProjectNames,
Expand Down

0 comments on commit 7e6d492

Please sign in to comment.