Skip to content

Commit

Permalink
Update auth div
Browse files Browse the repository at this point in the history
  • Loading branch information
HemanthDogiparthi12 committed Sep 26, 2024
1 parent f00e24d commit e84b8d3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 807 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func getAuthDivisionIdByNameFn(ctx context.Context, p *authDivisionProxy, name s
}

if authzDivisions == nil || len(*authzDivisions) == 0 {
return "", resp, true, err
return "", resp, false, err
}

for _, authzDivision := range *authzDivisions {
Expand Down
Loading

0 comments on commit e84b8d3

Please sign in to comment.