Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(minimap): Refactor replay minimap rendering logic
- Refactored the query to retrieve posts with associated replays and filter them based on the specified start and end dates. - Added logging statements to track the progress of rendering all replay minimaps. - Replaced the usage of `Replay` entity with `Post` entity in the loop for rendering each replay minimap. - Updated log messages to reflect the changes made. This commit fixes an issue with rendering replay minimaps and improves code readability.
- Loading branch information