diff --git a/src/data/formulas/generic/gov.ts b/src/data/formulas/generic/gov.ts index ea1c7175..ff36feaa 100644 --- a/src/data/formulas/generic/gov.ts +++ b/src/data/formulas/generic/gov.ts @@ -6,7 +6,7 @@ export const proposal: GenericFormula< > = { compute: async ({ getProposal, args: { id } }) => { if (!id) { - throw new Error('missing `proposalId`') + throw new Error('missing `id`') } return await getProposal(id)