Skip to content

Commit 23f38af

Browse files
committed
fix type for updated_custome_metdata
1 parent 50e31dd commit 23f38af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/interact-for-custom-metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const interactForCustomMetadata = async (
55
custom_metadata: CustomMetadata
66
) => {
77
const seam = await getSeam()
8-
const updated_custom_metadata = { ...custom_metadata }
8+
const updated_custom_metadata: { [key: string]: string | boolean | null } = { ...custom_metadata }
99

1010
const displayCurrentCustomMetadata = () => {
1111
console.log("custom_metadata:")

0 commit comments

Comments
 (0)