Skip to content

Conversation

@0xjorgen
Copy link
Contributor

Prevents crash when sender or recipient is undefined by using optional
chaining in the isSenderEqRecipient comparison.

Fixes FE-277

Prevents crash when sender or recipient is undefined by using optional
chaining in the isSenderEqRecipient comparison.

Fixes FE-277
@0xjorgen 0xjorgen requested a review from mrice32 as a code owner January 15, 2026 14:17
@vercel
Copy link

vercel bot commented Jan 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
app-frontend-v3 Error Error Jan 22, 2026 10:03am
sepolia-frontend-v3 Error Error Jan 22, 2026 10:03am

Request Review

@linear
Copy link

linear bot commented Jan 15, 2026

@vercel
Copy link

vercel bot commented Jan 15, 2026

Deployment failed with the following error:

Hobby accounts are limited to daily cron jobs. This cron expression (* * * * *) would run more than once per day. Upgrade to the Pro plan to unlock all Cron Jobs features on Vercel.

Learn More: https://vercel.link/3Fpeeb1

Comment on lines 6 to 7
sender: string;
recipient: string;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's change our type definitions to reflect reality

Suggested change
sender: string | undefined | null;
recipient: string | undefined | null;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants