Skip to content

Commit

Permalink
fix: 컴파일에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
facewise committed May 8, 2024
1 parent 6453711 commit 9c183d2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
package com.depromeet.breadmapbackend.domain.event.domain.point;

import lombok.Getter;

@Getter
public record UserPointHistoryContent(int point, int grandTotalPoint, PointHistoryType type, String description) {
}

0 comments on commit 9c183d2

Please sign in to comment.