Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Preslav Gerchev <[email protected]>
  • Loading branch information
chris-rock and preslavgerchev committed Aug 12, 2024
1 parent c8ac137 commit c531f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/ms365/resources/groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func (a *mqlMicrosoftGroup) members() ([]interface{}, error) {
if err != nil {
return nil, err
}
mqlMicrsoftResource := msResource.(*mqlMicrosoft)
mqlMicrosoftResource := msResource.(*mqlMicrosoft)

groupId := a.Id.Data
conn := a.MqlRuntime.Connection.(*connection.Ms365Connection)
Expand Down

0 comments on commit c531f96

Please sign in to comment.