Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
haoming29 committed Jan 18, 2024
1 parent 44a7859 commit ea9b816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/registry_ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type (

Institution struct {
Name string `mapstructure:"name" json:"name" yaml:"name"`
ID string `mapstructure:"id" json:"id" yaml:"name"`
ID string `mapstructure:"id" json:"id" yaml:"id"`
}
)

Expand Down

0 comments on commit ea9b816

Please sign in to comment.