From 74d1c88f824b1cd9bc2b5cf0039a282e83bffacd Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 13 Oct 2019 15:26:22 -0400 Subject: [PATCH] [+] Add scoreId to Assignment model --- src/components/app/app.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/app/app.ts b/src/components/app/app.ts index 8104198..24160aa 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -15,6 +15,7 @@ import {GPAUtils} from '@/utils/gpa-utils'; export interface Assignment { id: number, + scoreId: number, type: string, typeId: number, description: string,