Skip to content

Commit

Permalink
πŸ› Fix epub cover ipfs hash mess up
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Feb 21, 2024
1 parent a815c46 commit 95d76c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/IscnUploadForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ export default class IscnUploadForm extends Vue {
fileSize: coverFile.size,
fileType: coverFile.type,
fileBlob: coverFile,
ipfsHash,
ipfsHash: ipfsThumbnailHash,
fileSHA256,
isFileImage: !!imageType,
}
Expand Down

0 comments on commit 95d76c3

Please sign in to comment.