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

Add api state params to tracking #672

Merged
merged 3 commits into from
Sep 24, 2024

Conversation

aforaleka
Copy link
Contributor

research found out that these fields are missing
think we didn't add them back when refactoring to the different supervisors?

@aforaleka aforaleka force-pushed the add-more-api-state-params-to-tracking branch from aa83fb4 to 38b3cb7 Compare September 24, 2024 20:48
@@ -555,4 +556,16 @@ class NetworkHelper(
}
}
}

internal fun apiStateParams(): IMap<String, Any>? {
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: return type can be non-optional, e.g,. IMap<String, Any>

Copy link
Contributor Author

Choose a reason for hiding this comment

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

mm yea our ParsingHelper merge functions take in that specific type... not sure what's the best way to cast/not cast t_t

Copy link
Contributor Author

Choose a reason for hiding this comment

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

will send it for nowwww!

@aforaleka aforaleka merged commit 7586280 into main Sep 24, 2024
3 checks passed
@aforaleka aforaleka deleted the add-more-api-state-params-to-tracking branch September 24, 2024 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants