Skip to content

Commit

Permalink
Make sure callback gets called
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Aug 3, 2020
1 parent 3816fc7 commit cb12134
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/sal3_batch_requests_batch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def set_num_bcs
barcodes = nil
begin
barcodes = IO.read(file_obj).split("\n").uniq.length
puts "AFTER_CREATE called: #{barcodes}"
rescue ArgumentError
end
update(num_bcs: barcodes)
Expand Down

0 comments on commit cb12134

Please sign in to comment.