Fix 500 error on relase API for invalid tag_name
- This commit fixes Tags::CreateService#execute to return an error with http_status. - Previously, since http_status was not passed to error(), it took HTTP status 500 as default. Fixes #204718
Showing
Please register or sign in to comment