Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-korotya committed Sep 21, 2023
1 parent df9847b commit 8b50e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ type CredentialRefreshMessage struct {

// CredentialRefreshMessageBody is msg body for refresh message
type CredentialRefreshMessageBody struct {
Refresh []Refresh `json:"refresh"`
Credentials []Refresh `json:"credentials"`
}

// Refresh is struct the represents refresh request
Expand Down

0 comments on commit 8b50e02

Please sign in to comment.