Skip to content

Commit

Permalink
theopenconversationkit#1682 whatsAppCloudTextParameterTemplate - fix …
Browse files Browse the repository at this point in the history
…problem with spanish
  • Loading branch information
charles_moulhaud committed Jul 11, 2024
1 parent 830e244 commit 3122ac1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ fun <T : Bus<T>> T.whatsAppCloudTextParameterTemplate(
typeParameter: CharSequence?,
textButton: CharSequence?
): TextParameter = TextParameter(
type = ParameterType.valueOf(translate(typeParameter).toString()),
type = ParameterType.valueOf((typeParameter).toString()),
text = translate(textButton).toString(),
)

Expand Down

0 comments on commit 3122ac1

Please sign in to comment.