From cbb89c0db5f4d5b893f28b79ee317066f8ad2a53 Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Fri, 9 Feb 2024 17:57:48 -0600 Subject: [PATCH] chore: add comment --- src/shared/types/CourseMeeting.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/types/CourseMeeting.ts b/src/shared/types/CourseMeeting.ts index 2e8339f8..62c49f02 100644 --- a/src/shared/types/CourseMeeting.ts +++ b/src/shared/types/CourseMeeting.ts @@ -2,6 +2,7 @@ import { Serialized } from 'chrome-extension-toolkit'; /** * a map of the days of the week that a class is taught, and the corresponding abbreviation + * Don't modify the keys */ export const DAY_MAP = { M: 'Monday',