Fix undefined method `downcase' error
Contributes to https://new-sentry.gitlab.net/organizations/gitlab/issues/483109 **Problem** Users can provide an object type that doesn't support `downcase` method (for example, a hash). That leads to 500 error. **Solution** Convert the ref_type value to string before calling `downcase` method. Changelog: fixed
想要评论请 注册 或 登录