From 7b2b6a74ed2c5f58a5a0d88b0b0e2a277f9a3d4d Mon Sep 17 00:00:00 2001 From: kainpets Date: Wed, 15 May 2024 13:13:47 +0200 Subject: [PATCH] use CustomMetadata type --- lib/interact-for-custom-metadata.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/interact-for-custom-metadata.ts b/lib/interact-for-custom-metadata.ts index 77a826a..881078c 100644 --- a/lib/interact-for-custom-metadata.ts +++ b/lib/interact-for-custom-metadata.ts @@ -5,7 +5,7 @@ export const interactForCustomMetadata = async ( custom_metadata: CustomMetadata ) => { const seam = await getSeam() - const updated_custom_metadata: { [key: string]: string | boolean | null } = { + const updated_custom_metadata: CustomMetadata = { ...custom_metadata, }