Skip to content

Commit

Permalink
fix endpoint name
Browse files Browse the repository at this point in the history
  • Loading branch information
Anish9901 committed Aug 9, 2024
1 parent 3833eae commit 4cefbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathesar/rpc/database_privileges.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def from_dict(cls, d):
)


@rpc_method('database_privileges.list_direct')
@rpc_method(name="database_privileges.list_direct")
@http_basic_auth_login_required
@handle_rpc_exceptions
def list_direct(*, database_id: int, **kwargs) -> list[DBPrivileges]:
Expand Down

0 comments on commit 4cefbdc

Please sign in to comment.