removal of type identification.

This commit is contained in:
Danny Adams 2023-01-10 18:47:06 -05:00
parent 5ac97ec856
commit 91f2556e4c

View File

@ -121,8 +121,7 @@ func runDisplayM365JSON(
}
// First return is the number of bytes that were serialized. Ignored
service := gs.(graph.Service)
_, err = serializeFunc(ctx, &service, channel, response, user)
_, err = serializeFunc(ctx, gs, channel, response, user)
close(channel)
if err != nil {