Skip to content

Commit

Permalink
docs(frontend): ✏️ remove unnecessary misplaced line comment
Browse files Browse the repository at this point in the history
  • Loading branch information
apttx committed Dec 17, 2024
1 parent cbce84b commit fc5d28a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/lib/hedera/getNfts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const getIpfsUrl = (options: { gatewayBaseUrl: string; ipfsUriOrString: IpfsUri
if (options.ipfsUriOrString.startsWith('ipfs://')) {
ipfsCid = options.ipfsUriOrString.substring(7)
}
// remove 'ipfs://'
const ipfsUrl = `${options.gatewayBaseUrl}/${ipfsCid}`

return ipfsUrl
Expand Down

0 comments on commit fc5d28a

Please sign in to comment.