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 so browser doesn't execute meta query on system db #1094

Merged
merged 1 commit into from
May 4, 2020

Conversation

oskarhane
Copy link
Member

The Observable.if doesn’t execute one or the other path, it only makes the decision on what to subscribe to.
So both paths was actually executed, all the time.
This fixes that.

@oskarhane oskarhane requested a review from HerrEmil May 4, 2020 10:13
The `Observable.if` doesn’t execute one or the other path, it only make the decision on what to subscribe to.
So both paths was actually executed, all the time.
This fixes that.
@oskarhane oskarhane force-pushed the fic-dbmeta-on-systemdb branch from 2faef6c to d22d3c4 Compare May 4, 2020 10:21
Copy link
Contributor

@HerrEmil HerrEmil left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@oskarhane oskarhane merged commit 7983ce6 into neo4j:master May 4, 2020
@oskarhane oskarhane deleted the fic-dbmeta-on-systemdb branch May 4, 2020 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants