Skip to content

Commit

Permalink
fix: Query inactive courses
Browse files Browse the repository at this point in the history
  • Loading branch information
mathhulk committed Oct 30, 2024
1 parent b57206b commit 4e7a43b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/backend/src/scripts/update-catalog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ const updateCourses = async () => {
config.sis.COURSE_APP_ID,
config.sis.COURSE_APP_KEY,
SIS_COURSE_URL,
"courses",
{
"status-code": "ACTIVE",
}
"courses"
// {
// "status-code": "ACTIVE",
// }
);

const operations = courses.map((course) => ({
Expand Down

0 comments on commit 4e7a43b

Please sign in to comment.