Skip to content

Commit

Permalink
Merge pull request #336 from Shikkanime/dev
Browse files Browse the repository at this point in the history
Initialize calendar
  • Loading branch information
Ziedelth authored Apr 4, 2024
2 parents 1d8fdb9 + cf1c64e commit 538e225
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ class EpisodeRepository : AbstractRepository<Episode>() {

createReadOnlyQuery(entityManager, query)
.resultList
.initialize()
}
}
}

0 comments on commit 538e225

Please sign in to comment.