types: fix struct tag typo
Signed-off-by: ayla <ayla-git.barcode041@silomails.com>
aylac.top 1 month ago f150fdef 10fc8e4e
··· 66 66 type Branch struct { 67 67 Reference `json:"reference"` 68 68 Commit *object.Commit `json:"commit,omitempty"` 69 69 - IsDefault bool `json:"is_deafult,omitempty"` 69 69 + IsDefault bool `json:"is_default,omitempty"` 70 70 } 71 71 72 72 type RepoTagsResponse struct {