Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing community pages, used wrong ID_TYPE. Fixes #1348 #1350

Merged
merged 2 commits into from
Feb 5, 2024

Conversation

dessalines
Copy link
Member

No description provided.

@@ -62,7 +62,7 @@ object Route {

companion object {
const val ID = "id"
val ID_TYPE = NavType.IntType
val ID_TYPE = NavType.LongType
Copy link
Member Author

Choose a reason for hiding this comment

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

Dang compiler not finding this one

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yeah it sucks we cant do this type safe

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh well. I'll get another release out tmrw with these two fixes.

@dessalines dessalines enabled auto-merge (squash) February 5, 2024 22:26
@dessalines dessalines merged commit b3a10fb into main Feb 5, 2024
2 checks passed
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