mirror of
https://github.com/bitwarden/server
synced 2026-01-04 17:43:53 +00:00
[BEEEP] Fix all CA2254 occurrences (#6357)
* Fix all CA2254 occurrences * Fix tests
This commit is contained in:
@@ -62,7 +62,7 @@ public class SelfHostedSyncSponsorshipsCommand : BaseIdentityClientService, ISel
|
||||
.ToDictionary(i => i.SponsoringOrganizationUserId);
|
||||
if (!organizationSponsorshipsDict.Any())
|
||||
{
|
||||
_logger.LogInformation($"No existing sponsorships to sync for organization {organizationId}");
|
||||
_logger.LogInformation("No existing sponsorships to sync for organization {organizationId}", organizationId);
|
||||
return;
|
||||
}
|
||||
var syncedSponsorships = new List<OrganizationSponsorshipData>();
|
||||
|
||||
Reference in New Issue
Block a user