Skip to content

Commit 151bf5c

Browse files
committed
update OG image redirect path for bounties.png
1 parent 72abf16 commit 151bf5c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/algora_web/controllers/api/og_redirect_controller.ex

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ defmodule AlgoraWeb.API.OGRedirectController do
77
{"leaderboard.png", _} ->
88
"/og/org/#{org_handle}/leaderboard"
99

10-
{"bounties.png", status} when not is_nil(status) ->
11-
"/og/org/#{org_handle}/bounties?status=#{status}"
12-
1310
{"bounties.png", _} ->
14-
"/og/org/#{org_handle}/bounties"
11+
"/og/org/#{org_handle}"
1512

1613
_ ->
1714
nil

0 commit comments

Comments
 (0)