Merge branch 'AnchorProofUpdate' into staging
This commit is contained in:
commit
163050f76c
@ -87,7 +87,7 @@ export default class OfficeFoldersController extends ApiController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const sortedHashes = [...folderHashes].sort();
|
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> =>
|
const addFileToZip = (zip: Zip) => (uid: string): Promise<void> =>
|
||||||
(async () => {
|
(async () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user