diff --git a/src/internal/connector/exchange/exchange_data_collection.go b/src/internal/connector/exchange/exchange_data_collection.go index a407fcca2..0c79227c3 100644 --- a/src/internal/connector/exchange/exchange_data_collection.go +++ b/src/internal/connector/exchange/exchange_data_collection.go @@ -341,7 +341,8 @@ func getModTime(mt modTimer) time.Time { // responses into data.Stream items contained within the Collection type GraphSerializeFunc func( ctx context.Context, - service *graph.Service, // TODO: Keepers: Not sure how to have the interface use Serialize without updating all the files. + // TODO: Keepers: Not sure how to have the interface use Serialize without updating all the files. + service *graph.Service, dataChannel chan<- data.Stream, parsable absser.Parsable, user string,