Skip to content

Commit

Permalink
Change to regular space
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego authored Jun 28, 2019
1 parent b2f96ca commit 711ed8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ldap/server/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export function getDataToSyncUserData(ldapUser, user) {
if (currKey === lastKey) {
obj[currKey] = tmpLdapField;
} else {
obj[currKey] = obj[currKey] || {};
obj[currKey] = obj[currKey] || {};
}
return obj[currKey];
}, userData);
Expand Down

0 comments on commit 711ed8c

Please sign in to comment.