Skip to content

Commit

Permalink
Remove unused index
Browse files Browse the repository at this point in the history
  • Loading branch information
Robi9 committed Oct 8, 2024
1 parent f2b788a commit c316717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flows/actions/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func (a *baseAction) evaluateMessageWpp(run flows.FlowRun, languages []envs.Lang
}
var evaluatedListItems []flows.ListItems

for i, item := range actionListItems {
for _, item := range actionListItems {
translatedListMessage := run.GetTranslatedTextArray(uuids.UUID(a.UUID()), "list_message", []string{item.Title, item.Description}, languages)

if len(translatedListMessage[0]) == 0 {
Expand Down

0 comments on commit c316717

Please sign in to comment.