Skip to content

Commit

Permalink
Merge pull request #48 from sparcs-kaist/migration@shapes
Browse files Browse the repository at this point in the history
Complement shapes migration
  • Loading branch information
sboh1214 authored Mar 14, 2024
2 parents d6c9cf7 + cb42ed1 commit 1bc2258
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/shapes/enum.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export enum AdditionalTrackType {
export const enum AdditionalTrackType {
DOUBLE,
MINOR,
ADVANCED,
Expand Down
2 changes: 1 addition & 1 deletion src/shapes/model/subject/Lecture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default interface Lecture {
class_title: string;
class_title_en: string;
review_total_weight: number;
professors: NestedProfessor;
professors: NestedProfessor[];
grade: number;
load: number;
speech: number;
Expand Down
1 change: 0 additions & 1 deletion src/shapes/state/planner/ItemFocus.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { ItemFocusFrom } from '@/shapes/enum';

import type Course from '@/shapes/model/subject/Course';
import type Department from '@/shapes/model/subject/Department';
import type FuturePlannerItem from '@/shapes/model/planner/FuturePlannerItem';
Expand Down

0 comments on commit 1bc2258

Please sign in to comment.