Fix spec warnings and template helper
This commit is contained in:
parent
b901df220c
commit
107292dd3a
2 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ module Gitlab
|
|||
include Gitlab::Utils::StrongMemoize
|
||||
|
||||
def prepare_template_environment(file)
|
||||
return unless file&.path.present?
|
||||
return unless file
|
||||
|
||||
if Gitlab::ImportExport.object_storage?
|
||||
params[:import_export_upload] = ImportExportUpload.new(import_file: file)
|
||||
|
|
Loading…
Reference in a new issue