Skip to content
Snippets Groups Projects
Commit e89a89ca authored by ko_oler's avatar ko_oler
Browse files

fix

parent 556cdf13
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,6 @@ func ParseActionURL(action string) (*ParsedActionURL, error) {
}
parsed.extensionID = splitPath[0]
parsed.actionID = splitPath[1]
return parsed, nil
}
return nil, nil
return parsed, nil
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment