From 85ff18de2e23ab2b0233514ca0becc4d7cdb6e16 Mon Sep 17 00:00:00 2001 From: Noah Saso Date: Mon, 25 Sep 2023 10:42:14 -0700 Subject: [PATCH] Fixed missing store name detection. --- src/scripts/export/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scripts/export/index.ts b/src/scripts/export/index.ts index e78e7350..57a6b124 100644 --- a/src/scripts/export/index.ts +++ b/src/scripts/export/index.ts @@ -164,7 +164,6 @@ const trace = async () => { metadata: { blockHeight: {}, txHash: {}, - store_name: {}, }, }) ) {