mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-08 05:47:07 +09:00
GO-3938 Fix lint
This commit is contained in:
parent
325314d9ad
commit
1ebf22aee8
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ type Relation struct {
|
|||
Source string `json:"source"`
|
||||
Description string `json:"description"`
|
||||
Revision int `json:"revision"`
|
||||
IncludeTime bool `json:"includeTime"`
|
||||
IncludeTime bool `json:"includeTime"` // nolint: tagliatelle
|
||||
}
|
||||
|
||||
type ObjectType struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue