[F] Fix key word typo

This commit is contained in:
Hykilpikonna
2019-10-01 18:41:04 -04:00
parent 2c8b3e0f84
commit 59b31ea43f
+1 -1
View File
@@ -200,7 +200,7 @@ export default class App extends Vue
else
{
// Request grading scheme for this course
this.http.post('/grading', {assignments_id: course.assignmentsId}).then(response =>
this.http.post('/grading', {'assignment_id': course.assignmentsId}).then(response =>
{
// Check success
if (response.success)