Skip to content

Commit 4358f5e

Browse files
authored
refactor: description 필드명 변경 누락 (#1277)
refactor: 변경 누락된 applicationDescription 제거
1 parent c271d7e commit 4358f5e

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/gdschongik/gdsc/domain/event/dto/dto

1 file changed

+1
-1
lines changed

src/main/java/com/gdschongik/gdsc/domain/event/dto/dto/EventDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public record EventDto(
1010
String name,
1111
String venue,
1212
LocalDateTime startAt,
13-
String applicationDescription,
13+
String description,
1414
Period applicationPeriod,
1515
UsageStatus regularRoleOnlyStatus,
1616
UsageStatus afterPartyStatus,

0 commit comments

Comments
 (0)