Add verbosity
All checks were successful
Test - Build & Deploy to Scaleway / build-and-push-images-lecoffre (push) Successful in 2m19s
Test - Build & Deploy to Scaleway / deploy-back-lecoffre (push) Successful in 3s
Test - Build & Deploy to Scaleway / deploy-cron-lecoffre (push) Successful in 3s

This commit is contained in:
Sosthene 2025-07-30 13:04:59 +02:00
parent c33d4faacd
commit 64918e94f0

View File

@ -163,6 +163,8 @@ export default class OfficeFoldersController extends ApiController {
const officeFolderFound: any = await this.officeFoldersService.getByUid(uid, query);
console.log(officeFolderFound);
if (!officeFolderFound) {
this.httpNotFoundRequest(response, "Office folder not found");
return;