Skip to content
Snippets Groups Projects
Commit c7e5ff03 authored by Semyon Krestyaninov's avatar Semyon Krestyaninov :dog2:
Browse files

fix linter

parent f88904eb
No related branches found
No related tags found
No related merge requests found
......@@ -131,8 +131,8 @@ type Item struct {
// Релеватность элемента при полнотекстовом поиске
SearchScore float64 `json:"searchScore,omitempty" bson:"search_score,omitempty"`
Deleted bool `json:"deleted,omitempty" bson:"deleted,omitempty"`
Hidden bool `json:"hidden,omitempty" bson:"hidden,omitempty"`
Deleted bool `json:"deleted,omitempty" bson:"deleted,omitempty"`
Hidden bool `json:"hidden,omitempty" bson:"hidden,omitempty"`
Template bool `json:"template,omitempty" bson:"template,omitempty"`
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment