Fixes bug introduced by merge.
This commit is contained in:
Danny 2022-08-26 18:28:13 -04:00 committed by GitHub
parent ab92358ea6
commit d3bced28f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,6 @@ func IterateSelectAllMessagesForCollections(
return func(messageItem any) bool {
// Defines the type of collection being created within the function
collectionType := messages
user := scope.Get(selectors.ExchangeUser)[0]
message, ok := messageItem.(models.Messageable)
if !ok {