Skip to content

Commit

Permalink
Prettier errors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Karakoc committed Sep 9, 2024
1 parent 7b9d728 commit 637ffc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/ts/entry/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export * from "../components/livestreams";
export * from "../components/course";
export * from "../components/servernotifications";
export * from "../components/main";
export * from "../utilities/lecture-hall-validator"
export * from "../utilities/lecture-hall-validator";
2 changes: 1 addition & 1 deletion web/ts/utilities/lecture-hall-validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ declare global {
}
}

window.isLectureHallValid = isLectureHallValid;
window.isLectureHallValid = isLectureHallValid;

0 comments on commit 637ffc8

Please sign in to comment.