We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2cf5c commit eaa0a9fCopy full SHA for eaa0a9f
1 file changed
BrickHack-Mobile/Models/ScheduleParser.swift
@@ -202,7 +202,7 @@ class ScheduleParser {
202
203
// The parse loop
204
// @FIXME: Using 3rd sheet as test, convert to 1st for production
205
- for (rowIndex, rowData) in data.sheets[2].data[0].rowData.enumerated() {
+ for (rowIndex, rowData) in data.sheets[0].data[0].rowData.enumerated() {
206
207
// See comment below for how this skip variable functions
208
var skip = false
0 commit comments