We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e31dd commit 23f38afCopy full SHA for 23f38af
1 file changed
lib/interact-for-custom-metadata.ts
@@ -5,7 +5,7 @@ export const interactForCustomMetadata = async (
5
custom_metadata: CustomMetadata
6
) => {
7
const seam = await getSeam()
8
- const updated_custom_metadata = { ...custom_metadata }
+ const updated_custom_metadata: { [key: string]: string | boolean | null } = { ...custom_metadata }
9
10
const displayCurrentCustomMetadata = () => {
11
console.log("custom_metadata:")
0 commit comments