Skip to content

Commit

Permalink
align on updated indexer actions (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
swaggymarie authored and kilgaloon committed Aug 6, 2024
1 parent 75f9f5f commit 904c747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/proposals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export type Proposal = ProposalAccountWithKeyNoState & {
baseVaultAccount: VaultAccountWithProtocol;
creationDate: Date;
endSlot: number;
endDate: Date | null;
endDate: Date;
failMarket: PublicKey;
finalizationDate: Date | null;
participants: GovernanceParticipant[];
Expand Down

0 comments on commit 904c747

Please sign in to comment.