We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53b1a4 commit dd446bfCopy full SHA for dd446bf
backend-go/internal/handlers/bloquinho.go
@@ -29,7 +29,6 @@ type PresentableBloquinho struct {
29
Title string `json:"title"`
30
Content string `json:"content"`
31
Extension string `json:"extension"`
32
- LineWrap bool `json:"lineWrap"`
33
LastViewedAt string `json:"lastViewedAt"`
34
UpdatedAt string `json:"updatedAt"`
35
}
0 commit comments