Skip to content

Commit

Permalink
Add missing params on project form indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Dec 23, 2023
1 parent ecd8384 commit b6eb53d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Angor/Shared/Services/IndexerService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ public class ProjectIndexerData
{
public string FounderKey { get; set; }
public string ProjectIdentifier { get; set; }

public long CreatedOnBlock { get; set; }
public string NostrPubKey { get; set; }

public string TrxId { get; set; }
public long? TotalInvestmentsCount { get; set; }
}

public class ProjectInvestment
Expand Down

0 comments on commit b6eb53d

Please sign in to comment.