Skip to content

Commit

Permalink
dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianwyatt committed Apr 25, 2023
1 parent 38fce02 commit 5112402
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public async Task<ActionResult<SpeechTokenResponse>> GetAsync()
{
return new SpeechTokenResponse { IsSuccess = false };
}

string fetchTokenUri = "https://" + this._options.Region + ".api.cognitive.microsoft.com/sts/v1.0/issueToken";

TokenResult tokenResult = await this.FetchTokenAsync(fetchTokenUri, this._options.Key);
Expand Down

0 comments on commit 5112402

Please sign in to comment.