Skip to content

Commit ead8d50

Browse files
committed
format
1 parent 23f38af commit ead8d50

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

lib/interact-for-custom-metadata.ts

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

1012
const displayCurrentCustomMetadata = () => {
1113
console.log("custom_metadata:")

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)