Add verbosity
All checks were successful
All checks were successful
This commit is contained in:
parent
c33d4faacd
commit
64918e94f0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user