Skip to content

Commit b97f17b

Browse files
authored
Merge pull request #2910 from MartinM85/fix/2909-wrong-using
fix: wrong type for drive items versions
1 parent 541ebe8 commit b97f17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Graph/Extensions/DriveItemRequestBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
using Microsoft.Graph.Drives.Item.Items.Item.Unfollow;
3232
using Microsoft.Graph.Drives.Item.Items.Item.ValidatePermission;
3333
using Microsoft.Graph.Drives.Item.Items.Item.Workbook;
34-
using Microsoft.Graph.Drives.Item.List.Items.Item.Versions;
34+
using Microsoft.Graph.Drives.Item.Items.Item.Versions;
3535
using Microsoft.Kiota.Abstractions;
3636

3737
namespace Microsoft.Graph;

0 commit comments

Comments
 (0)