Skip to content

Commit

Permalink
AO3-6529 Shut up rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilka2 committed Dec 12, 2024
1 parent ca87688 commit f3249c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/works_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def import
else
t(".on_archive", bookmark_it_link: t(".bookmark_it"))
end
render(:new_import) and return
render(:new_import) and return # rubocop:disable Lint/NonLocalExitFromIterator
end

@language_id = params[:language_id]
Expand Down

0 comments on commit f3249c9

Please sign in to comment.