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 6a82d77 commit 309d23cCopy full SHA for 309d23c
lib/algora/bounties/bounties.ex
@@ -1309,7 +1309,8 @@ defmodule Algora.Bounties do
1309
id: t.id,
1310
title: t.title,
1311
number: t.number,
1312
- url: t.url
+ url: t.url,
1313
+ description: t.description
1314
},
1315
repository: %{
1316
id: r.id,
lib/algora_web/controllers/api/bounty_json.ex
@@ -57,7 +57,7 @@ defmodule AlgoraWeb.API.BountyJSON do
57
id: bounty.ticket.id,
58
html_url: bounty.ticket.url,
59
title: bounty.ticket.title,
60
- body: "",
+ body: bounty.ticket.description,
61
user: %{
62
id: 0,
63
login: "",
0 commit comments