Skip to content

Commit

Permalink
fix: correct lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Dec 1, 2023
1 parent 4a0427f commit 1d44cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ type (
IssEntityMap map[string]string `json:"iss_entity_map,omitempty" koanf:"iss_entity_map"`
IssPeerMap map[string]string `json:"iss_peer_map,omitempty" koanf:"iss_peer_map"`
Jwt JWT `json:"jwt,omitempty" koanf:"jwt"`
Type string `json:"type" koanf:"type"`
HashIDMap map[string]topics.HashData `json:"hash_id_map,omitempty" koanf:"hashid_map"`
Type string `json:"type,omitempty" koanf:"type"`
HashIDMap map[string]topics.HashData `json:"hash_id_map,omitempty" koanf:"hashid_map"`
}

JWT struct {
Expand Down

0 comments on commit 1d44cda

Please sign in to comment.