1
0
Fork 0
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:
Henrik Hautakoski 2023-02-02 18:51:44 +01:00
parent 9456b8acbb
commit aff3737f67
No known key found for this signature in database
GPG key ID: 217490840C18A5D9

View file

@ -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 {