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

fix

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