Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkos committed Feb 9, 2020
2 parents 403c89e + eaa0a9f commit 1aac351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BrickHack-Mobile/Models/ScheduleParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class ScheduleParser {

// The parse loop
// @FIXME: Using 3rd sheet as test, convert to 1st for production
for (rowIndex, rowData) in data.sheets[2].data[0].rowData.enumerated() {
for (rowIndex, rowData) in data.sheets[0].data[0].rowData.enumerated() {

// See comment below for how this skip variable functions
var skip = false
Expand Down

0 comments on commit 1aac351

Please sign in to comment.