We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b36fc commit dcb5591Copy full SHA for dcb5591
course-matrix/backend/src/controllers/timetablesController.ts
@@ -43,7 +43,7 @@ export default {
43
if (existingTimetable) {
44
return res
45
.status(400)
46
- .json({ error: "A timetable with this title already exist" });
+ .json({ error: "A timetable with this title already exists" });
47
}
48
49
//Create query to insert the user_id and timetable_title into the db
0 commit comments