We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72abf16 commit 151bf5cCopy full SHA for 151bf5c
lib/algora_web/controllers/api/og_redirect_controller.ex
@@ -7,11 +7,8 @@ defmodule AlgoraWeb.API.OGRedirectController do
7
{"leaderboard.png", _} ->
8
"/og/org/#{org_handle}/leaderboard"
9
10
- {"bounties.png", status} when not is_nil(status) ->
11
- "/og/org/#{org_handle}/bounties?status=#{status}"
12
-
13
{"bounties.png", _} ->
14
- "/og/org/#{org_handle}/bounties"
+ "/og/org/#{org_handle}"
15
16
_ ->
17
nil
0 commit comments