746635979b7ad48f3b125315589e1e61f173dfa2
_allEnvelopes is never null after assignment
Modified the assignment of `_allEnvelopes` to use the result of `EnvelopeService.GetAsync()` or an empty list (`[]`) if the result is null. This change prevents potential null reference issues when `_allEnvelopes` is used later in the code.
Description
No description provided
Languages
JavaScript
86%
C#
6.9%
HTML
2.8%
Visual Basic .NET
2.7%
CSS
1.2%
Other
0.4%