Skip to content

[5.x] Check for nullish address instead of just null#1182

Merged
royduin merged 1 commit intomasterfrom
Jade-GG-patch-3
Feb 5, 2026
Merged

[5.x] Check for nullish address instead of just null#1182
royduin merged 1 commit intomasterfrom
Jade-GG-patch-3

Conversation

@Jade-GG
Copy link
Collaborator

@Jade-GG Jade-GG commented Feb 3, 2026

ref: BORDEX-1337

Though I'm not exactly sure how, we saw some Sentry errors where an address was undefined. This caused an error, as we only check for null here right now. By changing the === to == we will check for nullish instead of null, which includes undefined (but not falsy values, like 0 or false)

@royduin royduin merged commit 1b03f3b into master Feb 5, 2026
15 checks passed
@royduin royduin deleted the Jade-GG-patch-3 branch February 5, 2026 13:53
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