Skip to content

Commit 73e5c20

Browse files
committed
eslint
1 parent 367ef71 commit 73e5c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/parts/mgmt/app_users.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ usersApi.mergeUserProperties = function(newAppUserP, oldAppUser) {
569569
newAppUserP[i] = oldAppUser[i];
570570
}
571571
}
572-
newAppUserP.merged_uid = oldAppUser.uid;
572+
newAppUserP.merged_uid = oldAppUser.uid;
573573
newAppUserP.merged_did = oldAppUser.did;
574574
newAppUserP.merges = (newAppUserP.merges || 0) + 1;
575575
};

0 commit comments

Comments
 (0)