mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Fix pin note..
This commit is contained in:
@@ -34,7 +34,6 @@ class Note extends Entity implements JsonSerializable {
|
||||
'id' => $this->id,
|
||||
'title' => $this->title,
|
||||
'content' => $this->content,
|
||||
'pinned' => $this->pinned,
|
||||
'isPinned' => $this->isPinned,
|
||||
'timestamp' => $this->timestamp,
|
||||
'color' => $this->color,
|
||||
|
||||
Reference in New Issue
Block a user