Skip to content

Commit

Permalink
[fix] 미션 엔티티 변경으로 인한 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MinchoGreenT committed Aug 19, 2024
1 parent 759b8f8 commit be36186
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import com.querydsl.core.annotations.QueryProjection;

public record GetMissionPostListVo(
Long stepNum,
int stepNum,
String image
) {
@QueryProjection
Expand Down

0 comments on commit be36186

Please sign in to comment.