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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/reducers/master-reducer.js | ||
---|---|---|
78–81 ↗ | (On Diff #33341) | Invert this condition and use continue to reduce indentation |
lib/reducers/master-reducer.js | ||
---|---|---|
102 | For future reference, the new Flow requires an annotation here |
lib/reducers/master-reducer.js | ||
---|---|---|
102 | Actually, hmmm... I guess this isn't always required, as I'm not seeing any errors after rebasing. Sorry for the distraction! |