Skip to content

Commit 948d0b3

Browse files
committed
comment to retrigger ci
1 parent 61199ec commit 948d0b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server/trpc/router/courses.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { router, publicProcedure } from '../trpc';
55

66
export const coursesRouter = router({
77
publicGetAllCourses: publicProcedure.query(async () => {
8+
//TODO don't hardcode it
89
return await courseCache.getCourses(2023);
910
}),
1011
publicGetSanitizedCourses: publicProcedure.query(async ({ ctx }) => {

0 commit comments

Comments
 (0)