Merge branch 'AnchorProofUpdate' into staging

This commit is contained in:
Vins 2024-06-12 15:13:41 +02:00
commit 163050f76c

View File

@ -87,7 +87,7 @@ export default class OfficeFoldersController extends ApiController {
}
const sortedHashes = [...folderHashes].sort();
const anchoringProof = await this.secureService.download(sortedHashes, officeFolder.name);
const anchoringProof = await this.secureService.download(sortedHashes, officeFolder.office!.name);
const addFileToZip = (zip: Zip) => (uid: string): Promise<void> =>
(async () => {