Skip to content

Commit

Permalink
capture the event id when scanning for founder projects
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Dec 5, 2024
1 parent 2bda357 commit a5102ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Angor/Client/Pages/Founder.razor
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@
{
ProjectInfo = projectInfo,
ProjectIndex = projectIndex,
CreationTransactionId = trxId
CreationTransactionId = trxId,
NostrProfileCreated = true,
ProjectInfoEventId = e.Id // todo: david to verify this is correct
});
}

Expand Down

0 comments on commit a5102ce

Please sign in to comment.