Skip to content

Commit

Permalink
Add status on anime dto
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziedelth committed Apr 10, 2024
1 parent 51e9d2a commit 383ac6b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ class AnimeToAnimeDtoConverter : AbstractConverter<Anime, AnimeDto>() {
slug = from.slug,
lastReleaseDateTime = from.lastReleaseDateTime.withUTC()
.format(DateTimeFormatter.ISO_OFFSET_DATE_TIME),
langTypes = animeService.getAllLangTypes(from)
langTypes = animeService.getAllLangTypes(from),
status = from.status,
)
}
}

0 comments on commit 383ac6b

Please sign in to comment.