Skip to content

Commit a7b7416

Browse files
kevin-lanngithub-actions[bot]
authored andcommitted
Auto-formatted the code using Prettier
1 parent 24e17ea commit a7b7416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course-matrix/backend/src/controllers/aiController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export const chat = asyncHandler(async (req: Request, res: Response) => {
296296
"Return a list of possible timetables based on provided courses and restrictions.",
297297
parameters: TimetableFormSchema,
298298
execute: async (args) => {
299-
console.log("Args for generate: ", args)
299+
console.log("Args for generate: ", args);
300300
console.log("restrictions :", JSON.stringify(args.restrictions));
301301
const data = await availableFunctions.generateTimetable(
302302
args,

0 commit comments

Comments
 (0)