From 140af0505a9a00454f7209957bd0055fda3da074 Mon Sep 17 00:00:00 2001 From: Hayden McAfee Date: Mon, 22 Jul 2024 22:06:15 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=AB=20Add=20Columbus=20Learning=20Cent?= =?UTF-8?q?er=20building=20(#70)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missing building entry was causing a sync failure. This change adds the missing building "Columbus Learning Center" "CLC". --- src/Scraper/MyPurdueScraper.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Scraper/MyPurdueScraper.cs b/src/Scraper/MyPurdueScraper.cs index 1914d0b..7c58ce9 100644 --- a/src/Scraper/MyPurdueScraper.cs +++ b/src/Scraper/MyPurdueScraper.cs @@ -620,6 +620,9 @@ private record SectionListInfo // "Informatics and Communications Technology Complex" as above { "Science & Engineering Lab", "EL" }, { "Ezkenazi Hall", "HR" }, // Someone at Purdue must have misspelled "Eskenazi"... 🤦 + + // Purdue Polytechnic Columbus + { "Columbus Learning Center", "CLC" }, }; public (string buildingName, string buildingShortCode, string room)? ParseLocationDetails(