diff --git a/src/internal/m365/collection/groups/conversation_handler.go b/src/internal/m365/collection/groups/conversation_handler.go index 85992e318..8da0eded7 100644 --- a/src/internal/m365/collection/groups/conversation_handler.go +++ b/src/internal/m365/collection/groups/conversation_handler.go @@ -139,7 +139,7 @@ func (bh conversationsBackupHandler) augmentItemInfo( c models.Conversationable, ) { // Posts are always sent to the group email address, along with additional - // recipients if any. Currently, we don't have a way to get the unique + // recipients if any. Currently we don't have a way to get the unique // recipient list for individual posts due to graph api limitations. // // Store the group mail address so that we can use it to populate the 'To' diff --git a/src/internal/m365/service/groups/backup.go b/src/internal/m365/service/groups/backup.go index e76c3f6f6..07b1e1ada 100644 --- a/src/internal/m365/service/groups/backup.go +++ b/src/internal/m365/service/groups/backup.go @@ -330,8 +330,7 @@ func backupConversations( bh = groups.NewConversationBackupHandler( bc.producerConfig.ProtectedResource.ID(), bc.apiCli.Conversations(), - groupEmail, - ) + groupEmail) colls []data.BackupCollection )