Skip to content

Commit 3fcd5ee

Browse files
committed
Fixed reference on VersionsRequestBuilder
1 parent 541ebe8 commit 3fcd5ee

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)