forked from Yara724/api
Fix ratings and statistics
This commit is contained in:
@@ -346,6 +346,9 @@ export class FileRating {
|
||||
|
||||
@Prop({ type: Number, min: 0, max: 5 })
|
||||
guiltyVehicleIdentification: number;
|
||||
|
||||
@Prop({ type: Number, min: 0, max: 5 })
|
||||
botRating: number;
|
||||
}
|
||||
|
||||
// TODO clean all sub Object to other files
|
||||
|
||||
Reference in New Issue
Block a user