Skip to content

Commit

Permalink
theopenconversationkit#1606 : Correction of the glossary id name
Browse files Browse the repository at this point in the history
  • Loading branch information
charles_moulhaud committed Jul 30, 2024
1 parent f6b6b4b commit 1a6160f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translator/deepl-translate/src/main/kotlin/DeeplClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class OkHttpDeeplClient(
.build()

glossaryId?.let {
formBuilder.add("glossaryId", it)
formBuilder.add("glossary_id", it)
}

val request = Request.Builder()
Expand Down

0 comments on commit 1a6160f

Please sign in to comment.