[F] Make weightingMap an array
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ export default class Course
|
|||||||
{
|
{
|
||||||
method: string
|
method: string
|
||||||
weightingMap: {[index: string]: number}
|
weightingMap: {[index: string]: number}
|
||||||
};
|
}[];
|
||||||
|
|
||||||
computed:
|
computed:
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user