Monorepo for Tangled tangled.org

types: fix struct tag typo

Signed-off-by: ayla <ayla-git.barcode041@silomails.com>

Changed files
+1 -1
types
+1 -1
types/repo.go
··· 66 66 type Branch struct { 67 67 Reference `json:"reference"` 68 68 Commit *object.Commit `json:"commit,omitempty"` 69 - IsDefault bool `json:"is_deafult,omitempty"` 69 + IsDefault bool `json:"is_default,omitempty"` 70 70 } 71 71 72 72 type RepoTagsResponse struct {