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

docs: remove evaluateFlags await #86

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Conversation

FredrikOseberg
Copy link
Contributor

evaluateFlags contains no asynchronous actions and is not an asynchronous function. Removing the awaits from the examples to remove the false impression that this operation is asynchronous.

Fixes #84

@FredrikOseberg FredrikOseberg merged commit 9e349ad into main Sep 18, 2024
7 checks passed
@FredrikOseberg FredrikOseberg deleted the docs/evaluate-flags branch September 18, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

await has no effect on this type of expression on README example
3 participants