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

Refactor: Function getVariableObject returns dictionary instead of a generic object #54

Closed
wants to merge 1 commit into from

Conversation

polok
Copy link
Contributor

@polok polok commented Nov 4, 2023

GetVariableObjects returns a dictionary instead of generic object

@polok polok requested a review from a team as a code owner November 4, 2023 20:44
@polok polok changed the title Refactor: Function getVariableObject returns dictionary instead of … Refactor: Function getVariableObject returns dictionary instead of a generic object Nov 4, 2023
featureKey: FeatureKey,
variableKey: String,
context: Context
) -> T? {
) -> VariableObjectValue? {
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yea, let's leave it as it is for Swift SDK as well. Closing this PR.

@polok polok closed this Nov 4, 2023
@polok polok deleted the refactor_getVariableObject_return_type branch November 4, 2023 22:50
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