From 6070ba2fae20ed3a4affef8c28ff989c922d96e0 Mon Sep 17 00:00:00 2001 From: MoonInbae <81071736+MoonInbae@users.noreply.github.com> Date: Wed, 2 Oct 2024 06:17:09 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20TourPostHashTag=20=EC=A3=BC=EC=84=9D?= =?UTF-8?q?=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../global/data/tourcommunity/TourCourseRequestDto.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/alongtheblue/alongtheblue_server/global/data/tourcommunity/TourCourseRequestDto.java b/src/main/java/org/alongtheblue/alongtheblue_server/global/data/tourcommunity/TourCourseRequestDto.java index a37ce2a..31ec5e6 100644 --- a/src/main/java/org/alongtheblue/alongtheblue_server/global/data/tourcommunity/TourCourseRequestDto.java +++ b/src/main/java/org/alongtheblue/alongtheblue_server/global/data/tourcommunity/TourCourseRequestDto.java @@ -6,7 +6,7 @@ public record TourCourseRequestDto( String title, String writing, List tourItems, - List hashTags, +// List hashTags, List> index ) { }