This checks for a null fid before dispatching a setSyncedMetadataEntryActionType (which always expects a string).
Details
Details
Went through new registration workflow on local dev environment and everything is working properly
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
native/account/registration/registration-server-call.js | ||
---|---|---|
247 ↗ | (On Diff #39175) | Originally had it as !!farcasterID but looks like it got removed in linting. Is it fine as is or should I do a more explicit guard like: |