push 5 in 6 milestones

This commit is contained in:
Elio Bischof
2023-06-29 12:18:16 +02:00
parent 2b8dac40de
commit 41bb4f77a9
5 changed files with 109 additions and 66 deletions

View File

@@ -76,6 +76,7 @@ func (t *telemetryPusher) reducers() []handler.AggregateReducer {
}}
}
// TODO: Remove
func printEvent(event eventstore.Event) {
bytes, err := json.MarshalIndent(event, "", " ")
if err != nil {