diff --git a/aggregate/phout.go b/aggregate/phout.go index 00e174dbf..e3ce63458 100644 --- a/aggregate/phout.go +++ b/aggregate/phout.go @@ -92,9 +92,9 @@ loop: break loop } } - rl.phout.Flush() } } + rl.phout.Flush() return nil }