Skip to content

Fix CI issue#201

Merged
chadoh merged 4 commits intomainfrom
fix/ci-issue
Apr 8, 2026
Merged

Fix CI issue#201
chadoh merged 4 commits intomainfrom
fix/ci-issue

Conversation

@hugo-heer
Copy link
Copy Markdown
Member

The CI had an issue linked to friendbot not working. This is a fix that removes friendbot and uses the seed account of the network instead of creating and funding a new account.

@hugo-heer hugo-heer marked this pull request as ready for review April 8, 2026 15:50
Comment thread src/components/GuessTheNumber.tsx Outdated
Co-authored-by: Chad Ostrowski <221614+chadoh@users.noreply.github.com>
Copy link
Copy Markdown
Member

@chadoh chadoh left a comment

Choose a reason for hiding this comment

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

Assuming the latest build passes with the TS directive removed, this looks great! Just one non-blocking question below.

Comment on lines +39 to +40
if (!paging[id]) paging[id] = {}
const page = paging[id]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'm curious why this change was necessary. Was a linter mad about it? Seems like equivalent logic, if I'm not mistaken.

@chadoh chadoh merged commit cb6f9da into main Apr 8, 2026
1 check passed
@chadoh chadoh deleted the fix/ci-issue branch April 8, 2026 19:51
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