Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaxim committed Feb 11, 2019
1 parent 980dd1c commit 018e2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/chat/giphy/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type gifImage struct {
}

type gifObject struct {
URL string `json:"bitly_url"`
URL string
Images map[string]gifImage
}

Expand Down

0 comments on commit 018e2a8

Please sign in to comment.