Skip to content

Commit

Permalink
major -> majors
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpacaFur committed Apr 15, 2024
1 parent bdcbdf1 commit ad65ebc
Show file tree
Hide file tree
Showing 755 changed files with 1 addition and 436 deletions.
2 changes: 1 addition & 1 deletion packages/api/src/major/major-collator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Major2 } from "@graduate/common";
const MAJORS: Record<string, Record<string, Major2>> = {};
const MAJOR_YEARS = new Set<string>();

const rootDir = "./src/major/major";
const rootDir = "./src/major/majors";

interface YearData {
year: string;
Expand Down
Loading

0 comments on commit ad65ebc

Please sign in to comment.