Fixed include office

This commit is contained in:
Vins 2024-06-12 15:39:49 +02:00
parent 240f44a041
commit e5beaa587d

View File

@ -68,6 +68,7 @@ export default class OfficeFoldersController extends ApiController {
files: true, files: true,
}, },
}, },
office: true,
}; };
const officeFolderFound = await this.officeFoldersService.getByUid(uid, query); const officeFolderFound = await this.officeFoldersService.getByUid(uid, query);