fix: edit multiple notes at the same time (#3779)
This commit is contained in:
committed by
GitHub
parent
2eb8cadff9
commit
d56abc823a
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user