Skip to content

Commit

Permalink
style: 💄 RuboCop の指摘に従い修正した
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer committed Jul 15, 2023
1 parent 50fada1 commit 483ea62
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/service/import_service/star.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
module ImportService
class Star < Base
def rows
resources = JSON.parse(File.read('db/json/stars.json'))
JSON.parse(
File.read('db/json/stars.json')
)

binding.break
# resources = JSON.parse(File.read('db/json/stars.json'))

# binding.break

# seating_orders = on_sheet_stars.map(&:seating_order)
# names = on_sheet_stars.map(&:name)
Expand Down

0 comments on commit 483ea62

Please sign in to comment.