Commit 5861c7a
committed
Add explicit null check for _connector before ReadBatchAsync
Improved safety by adding an explicit null check for _connector
before calling ReadBatchAsync in SortIdentitiesAsync. This change
clarifies intent and prevents potential null reference issues.1 parent bf971df commit 5861c7a
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
254 | 257 | | |
255 | 258 | | |
256 | 259 | | |
| |||
0 commit comments