Skip to content

Commit

Permalink
Revert "Fix build issue"
Browse files Browse the repository at this point in the history
This reverts commit 401ae51.
  • Loading branch information
marcusolsson committed Feb 4, 2025
1 parent 401ae51 commit 44ced30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AssemblyAI/Transcripts/TranscriptsClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ public async Task<string> GetSubtitlesAsync(
{
BaseUrl = _client.Options.BaseUrl,
Method = HttpMethod.Get,
Path = $"v2/transcript/{transcriptId}/{subtitleFormat.Stringify()}",
Path = $"v2/transcript/{transcriptId}/{subtitleFormat}",
Query = _query,
Options = options,
},
Expand Down

0 comments on commit 44ced30

Please sign in to comment.