Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Oct 3, 2024
1 parent dcb554f commit 492df8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ type PublisherProps = {
numFeeds: number;
qualityRanking: number;
delegationFee: bigint;
apyHistory: { date: Date; apy: number, selfApy: number }[];
apyHistory: { date: Date; apy: number; selfApy: number }[];
positions?:
| {
warmup?: bigint | undefined;
Expand Down

0 comments on commit 492df8d

Please sign in to comment.