From 959a0ff945277898b692724e956126126f4994e9 Mon Sep 17 00:00:00 2001 From: giac-mysten Date: Fri, 25 Oct 2024 10:43:58 +0100 Subject: [PATCH] fix(publish): minor fix to return representation Signed-off-by: giac-mysten --- publish/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish/index.html b/publish/index.html index 107a717..1a8a0e7 100644 --- a/publish/index.html +++ b/publish/index.html @@ -105,7 +105,7 @@ blobId: storage_info.alreadyCertified.blobId, endEpoch: storage_info.alreadyCertified.endEpoch, suiRefType: "Previous Sui Certified Event", - suiRef: storage_info.alreadyCertified.event.txDigest, + suiRef: storage_info.alreadyCertified.eventOrObject.Event.txDigest, suiBaseUrl: SUI_VIEW_TX_URL, }; } else if ("newlyCreated" in storage_info) {