update dto for GET /anchors/:uid
This commit is contained in:
parent
71a3b51627
commit
b12ad941cd
@ -274,7 +274,7 @@ class FolderInformationClass extends BasePage<IPropsClass, IState> {
|
|||||||
if (!uid) return;
|
if (!uid) return;
|
||||||
|
|
||||||
const anchor = await OfficeFolderAnchors.getInstance().get(uid);
|
const anchor = await OfficeFolderAnchors.getInstance().get(uid);
|
||||||
if (anchor.transactions[0].status !== "VERIFIED_ON_CHAIN") return;
|
if (anchor.status !== "VERIFIED_ON_CHAIN") return;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const file: Blob = await OfficeFolderAnchors.getInstance().download(uid);
|
const file: Blob = await OfficeFolderAnchors.getInstance().download(uid);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user