Skip to content

Commit

Permalink
Merge pull request #810 from pulibrary/i809_fix_isbn_report_job
Browse files Browse the repository at this point in the history
Require CSV
  • Loading branch information
christinach authored Jul 2, 2024
2 parents f5ad92c + c137871 commit 4600853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/gobi/isbn_report_job.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true
require 'csv'

module Gobi
class IsbnReportJob < LibJob
Expand Down

0 comments on commit 4600853

Please sign in to comment.