Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: kei <49366645+kk-no@users.noreply.github.com>
  • Loading branch information
joidegn and kk-no authored Jan 15, 2024
1 parent 8ec52ef commit 52b8e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion association.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ type AssociationResult struct {
Type string `json:"type"`
}

type AssocationType struct {
type AssociationType struct {

Check failure on line 78 in association.go

View workflow job for this annotation

GitHub Actions / test

`AssociationType` redeclared in this block (typecheck)
Category string `json:"category"`
TypeID int `json:"typeId"`
Label string `json:"label"`
Expand Down

0 comments on commit 52b8e74

Please sign in to comment.