mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
remove duplicate field
This commit is contained in:
@@ -246,12 +246,7 @@ export const identityServiceFactory = ({
|
||||
);
|
||||
ForbiddenError.from(permission).throwUnlessCan(OrgPermissionIdentityActions.Read, OrgPermissionSubjects.Identity);
|
||||
|
||||
const metadata = await identityMetadataDAL.find({
|
||||
identityId: id,
|
||||
orgId: identity.orgId
|
||||
});
|
||||
|
||||
return { ...identity, metadata };
|
||||
return identity;
|
||||
};
|
||||
|
||||
const deleteIdentity = async ({
|
||||
|
||||
Reference in New Issue
Block a user