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 309d23c commit 2ee0519Copy full SHA for 2ee0519
lib/algora_web/controllers/api/bounty_json.ex
@@ -73,7 +73,7 @@ defmodule AlgoraWeb.API.BountyJSON do
73
status: "open",
74
title: bounty.ticket.title,
75
url: bounty.ticket.url,
76
- body: "",
+ body: bounty.ticket.description,
77
type: "issue",
78
hash: Bounty.path(bounty),
79
tech: []
0 commit comments