Skip to content

Commit

Permalink
🩹 Change exinfo default type to object
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 committed Oct 29, 2023
1 parent 975651b commit 8d7a0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/nft/url/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export default class FetchIndex extends Vue {
description,
tagsString: keywords,
url: this.iscnData.url || this.url,
exifInfo: [],
exifInfo: {},
license,
publisher,
ipfsHash: this.ipfsHash,
Expand Down

0 comments on commit 8d7a0bb

Please sign in to comment.