Skip to content

Conversation

@Mond1c
Copy link
Contributor

@Mond1c Mond1c commented Nov 3, 2025

support new format

const data: number[] = await response.json();
setKeylog(data);
const events = await fetchNDJSON();
const startTime = new Date(contestInfo?.status.type === ContestStatus.Type.running ? contestInfo.status.startedAtUnixMs : 0);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to change

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

Playwright tests screens

@github-actions
Copy link

github-actions bot commented Nov 5, 2025

Playwright tests screens

@github-actions
Copy link

github-actions bot commented Nov 5, 2025

Playwright tests screens

Comment on lines 27 to 29
case ContestStatus.Type.before:
return contestInfo.status.scheduledStartAtUnixMs ?? 0;
case ContestStatus.Type.running:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to return undefined, not 0

@github-actions
Copy link

github-actions bot commented Nov 6, 2025

Playwright tests screens

@github-actions
Copy link

github-actions bot commented Nov 6, 2025

Playwright tests screens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants