Skip to content

Commit

Permalink
💩 temp bad code | lab
Browse files Browse the repository at this point in the history
  • Loading branch information
causticsudo committed Nov 5, 2024
1 parent 47b6b8c commit 9ba4937
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,6 @@ function upsertSchedule(spreadsheet, event, mentee, mentor) {
var range = idFinderResult[0].offset(0, 0, 1, scheduleValue.length);
range.setValues([scheduleValue]);
}
}
}

//testing versioning =)

0 comments on commit 9ba4937

Please sign in to comment.