From 904c7477832a369e6ee8bf5ea2c79fce3c72b3e5 Mon Sep 17 00:00:00 2001 From: M <44983729+swaggymarie@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:01:48 +0400 Subject: [PATCH] align on updated indexer actions (#156) --- lib/types/proposals.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/types/proposals.ts b/lib/types/proposals.ts index d330d7e..68f058e 100644 --- a/lib/types/proposals.ts +++ b/lib/types/proposals.ts @@ -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[];