Skip to content

Commit

Permalink
update usage of tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed May 20, 2024
1 parent 8537939 commit 12777c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listener/internal/api/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type SignatureRequest struct {
Payload string `json:"payload"`
Pubkey string `json:"pubkey"`
Signature string `json:"signature"`
Tag string `json:"tag"`
Tag Tag `json:"tag"`
}

type DecodedPayload struct {
Expand Down

0 comments on commit 12777c5

Please sign in to comment.