Skip to content

Commit

Permalink
Merge pull request #95 from Mojacknong/fix_90/미션인증-api-수정
Browse files Browse the repository at this point in the history
[fix] 미션 엔티티 변경으로 인한 버그 수정
  • Loading branch information
MinchoGreenT authored Aug 19, 2024
2 parents b793cf6 + be36186 commit 48a03ec
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 48a03ec

Please sign in to comment.