diff --git a/src/Spd.Presentation.Licensing/Controllers/BizMembersController.cs b/src/Spd.Presentation.Licensing/Controllers/BizMembersController.cs index 8cbaadd3a..efbad5ee4 100644 --- a/src/Spd.Presentation.Licensing/Controllers/BizMembersController.cs +++ b/src/Spd.Presentation.Licensing/Controllers/BizMembersController.cs @@ -79,7 +79,6 @@ public async Task UpsertMembers([FromRoute] Guid bizId, [FromBody] public async Task CreateControllingMemberCrcAppInvitation([FromRoute][Required] Guid bizContactId, CancellationToken ct) { var userIdStr = _currentUser.GetUserId(); - userIdStr = "dffd9fe4-015c-ef11-b851-00505683fbf4"; if (userIdStr == null) throw new ApiException(System.Net.HttpStatusCode.Unauthorized, "Unauthorized"); string? hostUrl = _configuration.GetValue("HostUrl"); if (hostUrl == null)