Update comment for label struct

This commit is contained in:
harryzcy 2023-06-24 18:03:51 -05:00
parent 186a9a932f
commit 837c09e65e
No known key found for this signature in database
GPG Key ID: E3C2287691E40E35
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ type Label struct {
Color string `json:"color"`
Description string `json:"description"`
Exclusive bool `json:"exclusive"`
OriginalID int64 `json:"-"` // ID of the label from the original Git service
OriginalID int64 `json:"-"` // ID from the upstream syncing source
}