mirror of
https://github.com/norohind/SquadsActivityMonitor.git
synced 2025-04-20 00:17:36 +03:00
@errors_catcher for model.get_leaderboard_by_action_id
This commit is contained in:
parent
d1ec8b2b69
commit
3d22b716bd
@ -167,6 +167,7 @@ class PostgresModel(AbstractModel):
|
||||
|
||||
return result
|
||||
|
||||
@errors_catcher
|
||||
def get_leaderboard_by_action_id(self, action_id: int) -> list[dict]:
|
||||
cache_key = f'leaderboard_by_action_id_{action_id}'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user