Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 (TfsWorkItemMigrationProcessor.cs): add null check for usersToMap to prevent potential null reference exception The change adds a null check for the `usersToMap` object before accessing its `IdentityMap` property. This prevents a potential null reference exception if `usersToMap` is null, ensuring the application handles such cases gracefully and improves overall stability. FYI @satano Closes: #2544 Discussion: #2540
- Loading branch information