issue: https://linear.app/comm/issue/ENG-5348/refactor-basereducer
We want to check this condition for every keyserver. See D1066 for context on what this code does
Details
Details
- Reviewers
michal kamil ginsu - Commits
- rCOMM61f33774b1c0: [lib] Refactor baseReducer
Tested that iff not connected, the inner ifs are run
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- inka/reducers
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
lib/reducers/master-reducer.js | ||
---|---|---|
78–81 | Invert this condition and use continue to reduce indentation |
lib/reducers/master-reducer.js | ||
---|---|---|
102 ↗ | (On Diff #33511) | For future reference, the new Flow requires an annotation here |
lib/reducers/master-reducer.js | ||
---|---|---|
102 ↗ | (On Diff #33511) | Actually, hmmm... I guess this isn't always required, as I'm not seeing any errors after rebasing. Sorry for the distraction! |