Skip to content

Commit 68cee02

Browse files
authored
Merge pull request #166 from TeamLearningFlow/develop
Develop
2 parents a17010e + b3304b1 commit 68cee02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/learningFlow/learningFlow_BE/web/dto/resource/ResourceResponseDTO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public static class episodeInformation {
5959
@NoArgsConstructor
6060
@Builder
6161
public static class SearchResultResourceDTO {
62-
Long resourceId;
62+
Long episodeId;
6363
String episodeName;
6464
String url;
6565
String resourceSource;

0 commit comments

Comments
 (0)