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

Fix assert by replacing to optional .of(...) #5

Closed
wants to merge 5 commits into from

Conversation

themz
Copy link

@themz themz commented Mar 17, 2023

Currently, the logic is a bit broken because .of(...) is not an optional function, but in code assuming it's.
I have updated it to make it optional but did not change any logic behind this.

This is related to #1 as well.

For reference how .of(..) looks like
Screenshot 2023-03-17 at 5 42 09 PM

@CLAassistant
Copy link

CLAassistant commented Mar 17, 2023

CLA assistant check
All committers have signed the CLA.

@themz themz changed the title Fix assert by replacing to optional of Fix assert by replacing to optional .of(...) Mar 17, 2023
@annieappflowy annieappflowy requested a review from appflowy April 13, 2023 08:33
@Xazin
Copy link
Contributor

Xazin commented Nov 3, 2023

Hey, this PR contains changes unrelated to the assertion fix mentioned in the PR.

I will close this and open another PR to resolve the warnings.

Feel free to open another issue/PR.

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.

4 participants