Skip to content

Commit

Permalink
Update route.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
moooonman authored Dec 25, 2024
1 parent 97c256a commit 7480b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/api/cloudinaryUrl/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async function getCloudinaryMediaUrl({
media,
width,
}: CloudinaryMediaUrlRequest): Promise<string | false> {
// Asset idea based on URL
// Asset ID based on URL
const assetId = generateAssetId(media);

// Return the asset if already uploaded
Expand Down

0 comments on commit 7480b80

Please sign in to comment.