File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
<dependency >
22
22
<groupId >io.github.nhk-news-web-easy</groupId >
23
23
<artifactId >nhk-easy-entity</artifactId >
24
- <version >1.0.5 </version >
24
+ <version >1.0.6 </version >
25
25
</dependency >
26
26
<dependency >
27
27
<groupId >org.jetbrains.kotlin</groupId >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class NewsController : BaseController() {
41
41
dto.outline = news.outline
42
42
dto.outlineWithRuby = news.outlineWithRuby
43
43
dto.body = news.body
44
- dto.bodyWithoutRuby = news.bodyWithoutRuby
44
+ dto.bodyWithoutHtml = news.bodyWithoutHtml
45
45
dto.url = news.url
46
46
dto.m3u8Url = news.m3u8Url
47
47
dto.imageUrl = news.imageUrl
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class NewsDto {
15
15
16
16
var body = " "
17
17
18
- var bodyWithoutRuby : String? = " "
18
+ var bodyWithoutHtml : String? = " "
19
19
20
20
var url = " "
21
21
You can’t perform that action at this time.
0 commit comments