[F] Make weightingMap an array

This commit is contained in:
Hykilpikonna
2019-12-06 21:22:01 -05:00
parent 2a2fae8a97
commit 8c3f398753
+1 -1
View File
@@ -59,7 +59,7 @@ export default class Course
{ {
method: string method: string
weightingMap: {[index: string]: number} weightingMap: {[index: string]: number}
}; }[];
computed: computed:
{ {