Commit 737b0d43 authored by Stan Hu's avatar Stan Hu

Merge branch 'rachelfox-master-patch-03442' into 'master'

fix error typo.

See merge request gitlab-org/gitlab!38754
parents 2cf0dd23 765f2833
......@@ -42,7 +42,7 @@ module JiraImport
ServiceResponse.success(payload: { import_data: jira_import } )
rescue => ex
# in case project.save! raises an erorr
# in case project.save! raises an error
Gitlab::ErrorTracking.track_exception(ex, project_id: project.id)
jira_import&.do_fail!(error_message: ex.message)
build_error_response(ex.message)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment