Skip to content

Commit

Permalink
fixes #6: search using multiple school IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
mahfoozm committed Jul 9, 2023
1 parent e1bfb48 commit 2cd54d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const SCHOOL_IDS = [
];

// for searchProfessor and getProfessor, use a self hosted proxy to bypass CORS restrictions
<<<<<<< HEAD
const searchProfessor = async (name, schoolIDs) => {
for (const schoolID of schoolIDs) {
const response = await fetch(
Expand Down

0 comments on commit 2cd54d9

Please sign in to comment.