aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--giphyproxy/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/giphyproxy/main.go b/giphyproxy/main.go
index c0b0ec9..7b43364 100644
--- a/giphyproxy/main.go
+++ b/giphyproxy/main.go
@@ -60,7 +60,7 @@ func main() {
}
}
-func getMedia(_ context.Context, id string) (response mediaproxy.GetMediaResponse, err error) {
+func getMedia(_ context.Context, id string, _ map[string]string) (response mediaproxy.GetMediaResponse, err error) {
// This is not related to giphy, but random cats are always fun
if id == "cat" {
return &mediaproxy.GetMediaResponseURL{
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage