Commit 80e9751
committed
Account for potentially
Resolves `CS8602`. In the `ReverseTopicMappingService`, the `MapAsync()` method could, potentially, return a `null` object. In this case, it shouldn't be added to the `targetList`. This is an unexpected situation, but an easy condition to check for, while also satisfying code analysis.null result1 parent fd4d361 commit 80e9751
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
608 | 608 | | |
609 | 609 | | |
610 | 610 | | |
611 | | - | |
| 611 | + | |
612 | 612 | | |
613 | 613 | | |
614 | 614 | | |
| |||
0 commit comments