fix: remove truncated management totals
This commit is contained in:
@@ -37,7 +37,6 @@ export class FilesService {
|
||||
return this.prisma.fileObject.findMany({
|
||||
where: tenantId ? { tenantId } : undefined,
|
||||
orderBy: { createdAt: 'desc' },
|
||||
take: 100,
|
||||
}).then((items) => items.map(serializeFileObject));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user