fix: Add missing commas in function calls and improve code formatting
This commit is contained in:
@@ -41,5 +41,5 @@ async def get_top_sounds(
|
||||
return await dashboard_service.get_top_sounds(
|
||||
sound_type=sound_type,
|
||||
period=period,
|
||||
limit=limit
|
||||
limit=limit,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user