diff --git a/og-image/api/_lib/types.ts b/og-image/api/_lib/types.ts index eb8b412d..0aa0d30b 100644 --- a/og-image/api/_lib/types.ts +++ b/og-image/api/_lib/types.ts @@ -18,6 +18,6 @@ export interface ParsedRequest { creatorName: string creatorUsername: string creatorAvatarUrl: string - challengeAmount: string - challengeOutcome: string + challengeAmount?: string + challengeOutcome?: string }