Skip to content

Commit

Permalink
Fix extra do
Browse files Browse the repository at this point in the history
  • Loading branch information
fherreazcue committed Oct 6, 2023
1 parent 9116c02 commit a10ebe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/seek_upgrades.rake
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ namespace :seek do
decoupled += 1
end
end
unless hash_array.empty? do
unless hash_array.empty?
class ProjectsSample < ActiveRecord::Base; end;
ProjectsSample.insert_all(hash_array)
end
Expand Down

0 comments on commit a10ebe5

Please sign in to comment.