Skip to content

Commit

Permalink
Merge pull request #80 from SWM-Flash/integration
Browse files Browse the repository at this point in the history
Integration
  • Loading branch information
ChoiWonYu authored Oct 7, 2024
2 parents 3aa47cf + 67e715e commit 341db60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import com.first.flash.global.paging.Meta;
import java.util.List;

public record SolutionsPageResponseDto(List<MySolutionDto> solutions, Meta meta) {
public record SolutionsPageResponseDto(List<MySolutionDto> mySolutions, Meta meta) {

public static SolutionsPageResponseDto of(
final List<MySolutionDto> solutions, final String nextCursor) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@RequiredArgsConstructor
public class SolutionController {

private final static String DEFAULT_SIZE = "6";
private final static String DEFAULT_SIZE = "20";

private final SolutionService solutionService;
private final SolutionSaveService solutionSaveService;
Expand Down

0 comments on commit 341db60

Please sign in to comment.