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

store: filter out VIDs from entity interface #5839

Merged
merged 1 commit into from
Feb 20, 2025
Merged

Conversation

zorancv
Copy link
Contributor

@zorancv zorancv commented Feb 19, 2025

No description provided.

@zorancv zorancv marked this pull request as ready for review February 20, 2025 16:49
.0
.into_iter()
.filter(|(k, _)| !k.eq("vid"))
.map(|(k, v)| (k, v))
Copy link
Collaborator

Choose a reason for hiding this comment

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

This map doesn't do anything. And can we import a constant from somewhere for the literal "vid" string?

@zorancv zorancv changed the title filter out vid store: filter out VIDs from entity interface Feb 20, 2025
@zorancv zorancv merged commit 3c448de into master Feb 20, 2025
6 checks passed
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