mirror of
https://github.com/bitwarden/directory-connector
synced 2026-01-04 09:33:26 +00:00
Fix group only sync errors for AD (#224)
This commit is contained in:
@@ -137,6 +137,10 @@ export class SyncService {
|
||||
}
|
||||
|
||||
private removeDuplicateUsers(users: UserEntry[]) {
|
||||
if (users == null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
const uniqueUsers = new Array<UserEntry>();
|
||||
const processedActiveUsers = new Map<string, string>();
|
||||
const processedDeletedUsers = new Map<string, string>();
|
||||
|
||||
Reference in New Issue
Block a user