Skip to content

Commit

Permalink
[Fix] TourPostHashTag 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonInbae committed Oct 1, 2024
1 parent 5d0ae16 commit 6070ba2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public record TourCourseRequestDto(
String title,
String writing,
List<TourPostItem> tourItems,
List<TourPostHashTag> hashTags,
// List<TourPostHashTag> hashTags,
List<List<Integer>> index
) {
}

0 comments on commit 6070ba2

Please sign in to comment.