mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-02 11:43:42 +02:00
internal/server/parse_request.go: remove weird comment
This commit is contained in:
parent
9456b8acbb
commit
aff3737f67
1 changed files with 0 additions and 2 deletions
|
|
@ -33,8 +33,6 @@ func ParseArguments(args []string) api.ApiArguments {
|
|||
}
|
||||
|
||||
func ParseRequest(request string) (api.ApiInterface, error) {
|
||||
// Parse arguments.
|
||||
// -------------------
|
||||
p := strings.Split(strings.TrimSpace(request), "|")
|
||||
|
||||
if len(p) < 2 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue