Skip to content
Permalink
Browse files

Skip extra row in Google sheet

  • Loading branch information...
arfon committed Jul 3, 2019
1 parent 16230e0 commit cbba03edda365d2cf1b8a95f8503f76457b2bdbb
Showing with 1 addition and 1 deletion.
  1. +1 −1 lib/tasks/stats.rake
@@ -38,7 +38,7 @@ namespace :stats do

sheet.rows.each_with_index do |row, index|
puts "Working with #{index}"
next if index < 3
next if index < 4
github_handle = sheet["A#{index}"]

if handle = stats_clean_up_github_handle(github_handle)

0 comments on commit cbba03e

Please sign in to comment.
You can’t perform that action at this time.