inspection extend fixes

This commit is contained in:
Julian Krauser 2025-06-13 18:05:55 +02:00
parent b8b2186c58
commit d5646753f1
4 changed files with 19 additions and 3 deletions

View file

@ -68,7 +68,7 @@ export default abstract class DamageReportService {
}
return await query
.orderBy("reportedAt", "ASC")
.orderBy("damageReport.reportedAt", "ASC")
.getManyAndCount()
.then((res) => {
return res;