Skip to content

Commit

Permalink
Merge pull request #9 from tsubakimoto/issue5
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
tsubakimoto authored Nov 27, 2023
2 parents f0ce91f + cbedb45 commit 80d7d6d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/SpeechTranslatorConsole/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

internal record Settings(
string Region,
string SubscriptionKey,
string FromLanguage,
string TargetLanguage)
string SubscriptionKey)
{
}

0 comments on commit 80d7d6d

Please sign in to comment.