merge-requests/1/head
eirk 2021-12-25 14:05:28 -05:00
parent 7f1640d9d4
commit b138bcb312
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export default class Score {
@prop({ required: true })
public userID: string;
// total will be between 800-200 - 0 signfies "No Score", too little information is available or other variable are too low
// total will be between 800-200 - 0 signifies "No Score", too little information is available or other variable are too low
// calculation: Math.floor(COMBINED_SUBSCORES * 5 * 5.13)`
@prop({ required: true })
public total: number;