refactor(web): 이미지 URL 유틸을 normalizeImageUrlToUploadCdn로 단일화#513
refactor(web): 이미지 URL 유틸을 normalizeImageUrlToUploadCdn로 단일화#513
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (11)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 28 minutes and 36 seconds.Comment |
작업 개요
convertUploadedImageUrl,convertImageUrl래퍼 함수를 제거하고,normalizeImageUrlToUploadCdn직접 사용으로 통일했습니다.변경 사항
apps/web/src/utils/fileUtils.tsconvertUploadedImageUrl제거convertImageUrl제거downloadFile,downloadLocalFile,getFileExtension,getFileNamePrefix)은 유지이미지 URL 사용처 치환
@/utils/fileUtils->@/utils/cdnUrlconvertUploadedImageUrl(x)->normalizeImageUrlToUploadCdn(x)convertImageUrl(x)->normalizeImageUrlToUploadCdn(x)검증
convertUploadedImageUrl|convertImageUrl참조 0건 확인pnpm --filter @solid-connect/web run lint:check통과pnpm --filter @solid-connect/web run typecheck통과영향 범위