Discrepancies between API interface StageItemWithRounds and frontend's StageItemWithRounds
Closed this issue · 3 comments
robigan commented
The frontend defines StageItemWithRounds as
bracket/frontend/src/interfaces/stage_item.tsx
Lines 4 to 15 in 48ba51a
but the API defines it as
Note the discrepancies in fields ournament_id
/stage_id
and the additional field is_active
. Is this correct? As I see that in
stage_id
is utilized, but TypeScript complains that this property doesn't exist on the interface defined. So I'm opening this issue to confirm you meant stage_id
and not tournament_id
.github-actions commented
This issue is stale because it has been open for 60 days with no activity. What is the action to take here?
evroon commented
Thanks! I have fixed it now