1
0
Fork 0
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:
kirillston 2025-06-06 13:41:11 +02:00
parent 325314d9ad
commit 1ebf22aee8
No known key found for this signature in database
GPG key ID: BE4BF014F0ECDFE8

View file

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