Skip to content

Commit

Permalink
[Fix] deploy
Browse files Browse the repository at this point in the history
[Fix] deploy
  • Loading branch information
chae-dahee authored Jan 14, 2025
2 parents 13a133f + 5d51804 commit a378b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/EventController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const getCulturalEvents = async (
if (response.data.culturalEventInfo.RESULT.CODE === "INFO-000") {
const events = response.data.culturalEventInfo.row;

// WebP 변환을 위한 프로미스 배열 생성
// WebP 변환
const eventsWithWebPImages = await Promise.all(
events.map(async (event: any) => {
const imageUrl = event.MAIN_IMG;
Expand Down

0 comments on commit a378b79

Please sign in to comment.