From 5f3d9266a3596c3d1ae57e9e423b65cdc41b8412 Mon Sep 17 00:00:00 2001 From: Danny Adams Date: Fri, 6 Jan 2023 10:00:47 -0500 Subject: [PATCH] Update for comments. --- src/internal/connector/exchange/exchange_data_collection.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,