Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
turalf committed Jan 28, 2021
1 parent 7080bcc commit dfcfccb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def serialize(cls, communicationIdentifier):
return CommunicationIdentifierModel(
kind=CommunicationIdentifierKind.MicrosoftTeamsUser,
id=communicationIdentifier.identifier,
microsoft_teams_user_id =communicationIdentifier.user_id,
microsoft_teams_user_id=communicationIdentifier.user_id,
communication_cloud_environment=communicationIdentifier.cloud
)

Expand Down

0 comments on commit dfcfccb

Please sign in to comment.