Fixed office name
This commit is contained in:
parent
e3913f8d5c
commit
5d49e53416
@ -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 () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user