mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 15:48:44 +05:00
flush
This commit is contained in:
@@ -168,7 +168,9 @@ func (m *Mediator) parseCSV(cdrfn string) (err error) {
|
||||
}
|
||||
record = append(record, cost)
|
||||
w.WriteString(strings.Join(record, ",") + "\n")
|
||||
|
||||
}
|
||||
w.Flush()
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user