Skip to content

Commit 1aac351

Browse files
committed
Merge branch 'staging'
2 parents 403c89e + eaa0a9f commit 1aac351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BrickHack-Mobile/Models/ScheduleParser.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class ScheduleParser {
202202

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

207207
// See comment below for how this skip variable functions
208208
var skip = false

0 commit comments

Comments
 (0)