Skip to content

Commit

Permalink
Rename get_permissions to get_player_permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekuruu committed Dec 21, 2023
1 parent 312dc7d commit 2346dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/repositories/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def fetch_user_groups(
.all()

@session_wrapper
def get_permissions(
def get_player_permissions(
user_id: int,
session: Session | None = None
) -> int:
Expand Down

0 comments on commit 2346dcb

Please sign in to comment.