Updated the code to use the new desired levels
This commit is contained in:
@@ -9,6 +9,7 @@ export interface User {
|
||||
isFirstLogin: boolean;
|
||||
focus: "academic" | "general";
|
||||
levels: {[key in Module]: number};
|
||||
desiredLevels: {[key in Module]: number};
|
||||
type: Type;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user