Skip to content

Commit

Permalink
err check
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenleach committed Nov 26, 2024
1 parent 9f78e35 commit 3ca9111
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/connector/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ func (o *groupResourceType) Grants(
}
if errOkta.ErrorCode == AccessDeniedErrorCode {
err = bag.Next("")
if err != nil {
return nil, "", nil, err
}
pageToken, err := bag.Marshal()
if err != nil {
return nil, "", nil, err
Expand Down

0 comments on commit 3ca9111

Please sign in to comment.