Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamdsheth authored Jan 14, 2025
1 parent a7d09f5 commit 83efb1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Commands/Utilities/Microsoft365GroupsUtility.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Microsoft.Graph;
using PnP.PowerShell.Commands.Model;
using PnP.PowerShell.Commands.Utilities.REST;
using System;
Expand Down Expand Up @@ -890,4 +889,4 @@ internal static void UploadProfilePhotoAsync(ApiRequestHelper requestHelper, Gui
}
}
}
}
}

0 comments on commit 83efb1c

Please sign in to comment.