Skip to content
Snippets Groups Projects
Commit d025ef97 authored by Johan de Klerk's avatar Johan de Klerk
Browse files

Fixed typo

parent d2f49f14
Branches
Tags v1.129.0
No related merge requests found
...@@ -23,7 +23,7 @@ func FormToKeyValuePairs(body string) []KeyValuePair { ...@@ -23,7 +23,7 @@ func FormToKeyValuePairs(body string) []KeyValuePair {
var value string var value string
if len(split) > 1 { if len(split) > 1 {
key = split[1] value = split[1]
} }
kv := KeyValuePair{ kv := KeyValuePair{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment