Linter
This commit is contained in:
parent
7b193a06a0
commit
4dcb820201
@ -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'
|
||||
|
||||
@ -330,8 +330,7 @@ func backupConversations(
|
||||
bh = groups.NewConversationBackupHandler(
|
||||
bc.producerConfig.ProtectedResource.ID(),
|
||||
bc.apiCli.Conversations(),
|
||||
groupEmail,
|
||||
)
|
||||
groupEmail)
|
||||
colls []data.BackupCollection
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user