Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Jan 5, 2024
1 parent 527c796 commit 1ddccfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/search/query-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export async function queryDatabase(
university: string,
ge: string,
): Promise<CollegeObject[]> {
console.log(cache);
if (cache[university + ge]) {
return cache[university + ge];
}
Expand Down

0 comments on commit 1ddccfd

Please sign in to comment.