Skip to content

Commit

Permalink
update lab hours spreadsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
KevZ1209 committed Oct 1, 2024
1 parent d096468 commit 71129a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/lab.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const SPREADSHEET_ID = "1ekjyBZu6IzceRcC_9ncpnD-It4zwR6vNM-OYzj2ABys";
const SPREADSHEET_ID = "1xI1JU96y4FPuAjm5aXoc5iQoQ0If2HZ6yeUI_LBhL0E";
const API_BASE_URL = "https://sheets.googleapis.com/v4/spreadsheets/";
const HOURS_SHEET = "Spring%202024"; // Note that %20 is the URL encoding for a space (" ")
const HOURS_SHEET = "Fall%202024"; // Note that %20 is the URL encoding for a space (" ")
const HOURS_OPTIONS = "/values/" + HOURS_SHEET + "!B3:G10?key=";
const SPECIAL_TAIL = "%20-%20Special%20Hours%20(for%20Bot%20purposes)";
const SPECIAL_SHEET = HOURS_SHEET + SPECIAL_TAIL;
Expand Down

0 comments on commit 71129a3

Please sign in to comment.