Compare commits
No commits in common. "656052dc749dc2831ca27934a07d529b1be49fc7" and "80b96e9bf6c85ceb1141891c8543ff9cb6f3257f" have entirely different histories.
656052dc74
...
80b96e9bf6
@ -81,8 +81,7 @@ func (arp *ATRequestParser) GetInput(rq any) ([]byte, error) {
|
|||||||
return nil, fmt.Errorf("no input found")
|
return nil, fmt.Errorf("no input found")
|
||||||
}
|
}
|
||||||
|
|
||||||
trimmedInput := strings.TrimSpace(parts[len(parts)-1])
|
return []byte(parts[len(parts)-1]), nil
|
||||||
return []byte(trimmedInput), nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func parseQueryParams(query string) map[string]string {
|
func parseQueryParams(query string) map[string]string {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user