You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove ability to hard-code extra trainee data (#27)
We used to have this so that we could patch in trainees who hadn't
filled in the spreadsheet with their GitHub accounts.
All trainees are now present in the sheet, so we don't need to patch
people in any more.
returnErr(Error::Fatal(anyhow::anyhow!("Reading data from Google Sheets API - got data chunk that didn't start at row=0,column=0 - got row={},column={}", data.start_row, data.start_column)));
0 commit comments