From 59b31ea43ff0a44f4513a42108847f43c2c656d6 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Tue, 1 Oct 2019 18:41:04 -0400 Subject: [PATCH] [F] Fix key word typo --- src/components/app/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/app/app.ts b/src/components/app/app.ts index 7ee045b..29ea13d 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -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)