[COMPONENT][Conversation] remove early flush in utility function

This commit is contained in:
Diogo Peralta Cordeiro 2021-12-26 16:36:28 +00:00
parent fdf506b9f9
commit 94e216a943
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ class Conversation extends Component
}
DB::merge($current_note);
DB::flush();
}
/**