fix: edit multiple notes at the same time (#3779)

This commit is contained in:
Joaquim Monserrat Companys
2020-04-11 21:30:35 +02:00
committed by GitHub
parent 2eb8cadff9
commit d56abc823a
7 changed files with 9 additions and 29 deletions
@@ -22,7 +22,6 @@ class NotesController extends Controller
foreach ($notes as $note) {
$data = [
'id' => $note->id,
'parsed_body' => $note->parsedbody,
'body' => $note->body,
'is_favorited' => $note->is_favorited,
'favorited_at' => $note->favorited_at,