Skip to content

Commit

Permalink
update method name
Browse files Browse the repository at this point in the history
Signed-off-by: nyagamunene <[email protected]>
  • Loading branch information
nyagamunene committed Dec 18, 2024
1 parent e9b56e0 commit 79d02f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/authz/authsvc/authz.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (a authorization) Authorize(ctx context.Context, pr authz.PolicyReq) error
}

func (a authorization) AuthorizePAT(ctx context.Context, pr authz.PatReq) error {
req := grpcAuthV1.AuthZpatReq{
req := grpcAuthV1.AuthZPatReq{
UserId: pr.UserID,
PatId: pr.PatID,
PlatformEntityType: uint32(pr.PlatformEntityType),
Expand Down

0 comments on commit 79d02f0

Please sign in to comment.