Skip to content

Commit dd446bf

Browse files
authored
Remove line wrap do backend (#38)
1 parent a53b1a4 commit dd446bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend-go/internal/handlers/bloquinho.go

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ type PresentableBloquinho struct {
2929
Title string `json:"title"`
3030
Content string `json:"content"`
3131
Extension string `json:"extension"`
32-
LineWrap bool `json:"lineWrap"`
3332
LastViewedAt string `json:"lastViewedAt"`
3433
UpdatedAt string `json:"updatedAt"`
3534
}

0 commit comments

Comments
 (0)