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

Changed Angor to keep nostr id not npub #220

Merged
merged 2 commits into from
Nov 29, 2024
Merged

Changed Angor to keep nostr id not npub #220

merged 2 commits into from
Nov 29, 2024

Conversation

DavidGershony
Copy link
Contributor

No description provided.

var checkForExistingProject = await AngorMongoDb.ProjectTable.AsQueryable()
.AnyAsync(_ => _.FounderKey == founderKey.ToHex());
.AnyAsync(_ => _.FounderKey == parsedData.FounderPubKey.ToHex());
Copy link
Member

Choose a reason for hiding this comment

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

You don't wanna change the database? FounderPubKey well probably not because we will add it back later

@dangershony dangershony merged commit 4a43a85 into master Nov 29, 2024
3 checks passed
@dangershony dangershony deleted the Nostr-event-id branch November 29, 2024 13:25
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