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, }