Fix pin note..

This commit is contained in:
Matias De lellis
2020-09-19 18:04:02 -03:00
parent 80ed5f59ad
commit d316392dfd
2 changed files with 2 additions and 3 deletions

View File

@@ -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,