Noticed that some of the logic here could be simplified w/ optional chaining + nullish coalescing... so made those changes
Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/utils/action-utils.js | ||
---|---|---|
64 ↗ | (On Diff #13640) | This changes the behavior when loadingOptions is non-null and customKeyName is an empty string ''. |
lib/utils/action-utils.js | ||
---|---|---|
64 ↗ | (On Diff #13640) | Ah thanks for catching that subtle bug. Will update this diff to use || instead of ?? |