Skip to content

Commit

Permalink
pinata responses starts with uppercase char
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Oct 24, 2023
1 parent 57e8c66 commit bc6ffa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ type PinJSONRequestBody struct {
}

type PinJSONResponseBody struct {
IpfsHash string `json:"ipfsHash"`
PinSize int `json:"pinSize"`
Timestamp string `json:"timestamp"`
IpfsHash string `json:"IpfsHash"`
PinSize int `json:"PinSize"`
Timestamp string `json:"Timestamp"`
}

type WrappedResponseWriter struct {
Expand Down

0 comments on commit bc6ffa7

Please sign in to comment.