Skip to content

Commit

Permalink
CB-4461 removes the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyteleshev committed Sep 13, 2024
1 parent e9ff24c commit 1ff7028
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export class UserProfileFormInfoPart extends FormPart<IUserProfileFormInfoState,
userId: user?.userId || '',
displayName: user?.displayName || '',
authRole: user?.authRole ?? '',
// TODO why server returns it as empty object? requests goes correctly
metaParameters: toJS(metaParameters || {}),
});
}
Expand Down

0 comments on commit 1ff7028

Please sign in to comment.