Refactor OAuth provider linking and unlinking logic into a dedicated service; enhance error handling and logging throughout the application; improve sound management and scanning services with better file handling and unique naming; implement centralized error and logging services for consistent API responses and application-wide logging configuration.
This commit is contained in:
@@ -189,7 +189,7 @@ class SoundPlayed(db.Model):
|
||||
if result.last_played
|
||||
else None
|
||||
),
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
return popular_sounds
|
||||
|
||||
Reference in New Issue
Block a user