From d5ac19275f7a879ea7fb6fe7ad0595b7dcace75e Mon Sep 17 00:00:00 2001 From: Abhishek Pandey Date: Sat, 18 Nov 2023 00:45:08 -0800 Subject: [PATCH] fix --- src/internal/m365/collection/drive/collection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/m365/collection/drive/collection.go b/src/internal/m365/collection/drive/collection.go index cfcb6099e..a3370bc89 100644 --- a/src/internal/m365/collection/drive/collection.go +++ b/src/internal/m365/collection/drive/collection.go @@ -100,7 +100,7 @@ type CorsoDriveItemable interface { GetName() *string GetSize() *int64 GetFile() models.Fileable - GetFolder() *models.Folder + GetFolder() models.Folderable GetAdditionalData() map[string]interface{} GetParentReference() models.ItemReferenceable SetParentReference(models.ItemReferenceable)