Skip to content

Commit

Permalink
delete testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
peggy-quartech committed Sep 3, 2024
1 parent 3009b01 commit 21f0cbb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public async Task<ActionResult> UpsertMembers([FromRoute] Guid bizId, [FromBody]
public async Task<ControllingMemberInvitesCreateResponse> 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<string>("HostUrl");
if (hostUrl == null)
Expand Down

0 comments on commit 21f0cbb

Please sign in to comment.