diff --git a/src/app/api/notary/OfficeFolderAnchorsController.ts b/src/app/api/notary/OfficeFolderAnchorsController.ts index 1ae9f9b1..1fa7e864 100644 --- a/src/app/api/notary/OfficeFolderAnchorsController.ts +++ b/src/app/api/notary/OfficeFolderAnchorsController.ts @@ -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;