Skip to content

Commit

Permalink
comment to retrigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Aug 21, 2024
1 parent 61199ec commit 948d0b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/trpc/router/courses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { router, publicProcedure } from '../trpc';

export const coursesRouter = router({
publicGetAllCourses: publicProcedure.query(async () => {
//TODO don't hardcode it
return await courseCache.getCourses(2023);
}),
publicGetSanitizedCourses: publicProcedure.query(async ({ ctx }) => {
Expand Down

0 comments on commit 948d0b3

Please sign in to comment.