Skip to content

Fix how the summary representation is passed to the email sender component.

Marcos Huck requested to merge fix/summary_email into feature/code_refactor

Context

Emails in the worker refactor were send in a array of bytes representation like this:

image

Change

This MR changes how the summary representation is passed to the email sender component, converting the marshaled summary into a string.

Merge request reports