Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SebiWrn committed Aug 7, 2024
1 parent e2e26dc commit 4f67239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ts/stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function initStatsPage() {
});
}

export function initLectureStatsPage(lectureID : string) {
export function initLectureStatsPage(lectureID: string) {
const dates = ["numStudents", "vodViews", "liveViews"];
dates.forEach((endpoint) => {
getAsync(
Expand Down

0 comments on commit 4f67239

Please sign in to comment.