-
Fix for creating a project through API when import_url is nil · c92808edToon Claes authored
The API was returning 500 when `nil` is passed for the `import_url`. In fact, it was `Gitlab::UrlSanitizer.valid?` which was throwing a `NoMethodError` when `nil` value was passed.
c92808ed
×