Conversion change.

This commit is contained in:
Danny Adams 2023-01-06 09:55:03 -05:00
parent 105314d379
commit 6dedf1807c

View File

@ -279,11 +279,11 @@ func (col *Collection) streamItems(ctx context.Context) {
return return
} }
service := col.service.(graph.Service) service := col.service.(*graph.Service)
byteCount, err := serializeFunc( byteCount, err := serializeFunc(
ctx, ctx,
&service, service,
col.data, col.data,
response, response,
user) user)