Skip to content

Commit

Permalink
Merge pull request #18 from ConductorOne/mstanbCO/fix_panic
Browse files Browse the repository at this point in the history
Fix panic
  • Loading branch information
mstanbCO authored May 15, 2024
2 parents 38a4aa2 + c62deb6 commit 493ee31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/connector/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ func (o *groupResourceType) Grant(ctx context.Context, principal *v2.Resource, e
if err != nil {
return nil, nil, err
}
} else {
return nil, nil, fmt.Errorf("google-workspace-v2: failed to insert group member: %w", err)
}
} else {
return nil, nil, fmt.Errorf("google-workspace-v2: failed to insert group member: %w", err)
Expand Down

0 comments on commit 493ee31

Please sign in to comment.