Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdey committed Apr 29, 2021
2 parents e845e9c + 483469c commit c9eced2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/main/go.main/facilities/REST/identities.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func (rest *RESTfacility) DeleteUserIdentity(userId, identityId string) Caliopen
order := RemoteIDNatsMessage{
IdentityId: userIdentity.Id.String(),
Order: "delete",
Protocol: "twitter",
Protocol: userIdentity.Protocol,,
UserId: userIdentity.UserId.String(),
}
jorder, jerr := json.Marshal(order)
Expand Down

0 comments on commit c9eced2

Please sign in to comment.