Remove empty line to trigger rebuild to test if it automatically picks up updated VM timezone (UTC - SYD)

This commit is contained in:
Peter Stockings
2024-12-27 15:53:56 +11:00
parent 22535c66b7
commit 32f810a8b3

View File

@@ -156,7 +156,6 @@ def dashboard():
return badges
# Get the first and last reading timestamps
first_reading_timestamp, last_reading_timestamp = get_reading_date_range(current_user.id)