Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoo0515 committed Oct 10, 2024
1 parent d8f9357 commit 99132c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class AdminPlaceController(
cursorValue = cursor,
).run {
AdminListClosedPlaceCandidatesResponseDTO(
list = candidates.map { it.toAdminDTO() },
items = candidates.map { it.toAdminDTO() },
cursor = nextCursor,
)
}
Expand Down

0 comments on commit 99132c5

Please sign in to comment.