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
- Branch
- sqlite/checkNullFID
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/account/registration/registration-server-call.js | ||
---|---|---|
247 | 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: |