fix: resolve linting errors, refs NOISSUE
This commit is contained in:
@@ -124,7 +124,7 @@ ldapAssociationTimer.OnOccurence += async (s, ea) =>
|
||||
foreach (var user in nonAssociatedUsers)
|
||||
{
|
||||
user.AssociationInProgress = true;
|
||||
|
||||
|
||||
startUserAssociationProcess(user);
|
||||
user.IsIntroduced = true;
|
||||
needsSaving = true;
|
||||
|
||||
Reference in New Issue
Block a user