Skip to content

Commit

Permalink
Update x-pack/filebeat/input/httpjson/internal/v2/value_tpl.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Guasch <marc-gr@users.noreply.github.com>
  • Loading branch information
P1llus and marc-gr authored Sep 2, 2021
1 parent c442436 commit c910162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/filebeat/input/httpjson/internal/v2/value_tpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ func div(a, b int64) int64 {
}

func base64Encode(values ...string) string {
data := strings.Join(values[:], "")
data := strings.Join(values, "")
if data == "" {
return ""
}
Expand Down

0 comments on commit c910162

Please sign in to comment.