1
0
forked from Yara724/api

Fix ratings and statistics

This commit is contained in:
SepehrYahyaee
2026-01-31 17:42:25 +03:30
parent 4eef873f91
commit f3982e7d5d
4 changed files with 164 additions and 1 deletions

View File

@@ -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