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

Limit verified IPs to 3 #676

Merged
merged 1 commit into from
Oct 20, 2024
Merged

Conversation

Beyley
Copy link
Member

@Beyley Beyley commented Oct 20, 2024

No description provided.

@Beyley Beyley requested a review from jvyden October 20, 2024 04:49
Comment on lines +47 to +51
public void RemoveRange(IEnumerable<T> objs)
{
foreach (T obj in objs)
this._realm.Remove(obj);
}
Copy link
Member

Choose a reason for hiding this comment

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

This is just a note but this will likely break source compatibility with EF as I don't believe this exists on a DbSet. Not too hard to fix when we get there.

@jvyden jvyden merged commit 7a008e1 into LittleBigRefresh:main Oct 20, 2024
4 checks passed
@Beyley Beyley deleted the ip-verification-limit branch October 20, 2024 04:52
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