Skip to content

Commit 2ee0519

Browse files
committed
fix: add missing field
1 parent 309d23c commit 2ee0519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora_web/controllers/api/bounty_json.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ defmodule AlgoraWeb.API.BountyJSON do
7373
status: "open",
7474
title: bounty.ticket.title,
7575
url: bounty.ticket.url,
76-
body: "",
76+
body: bounty.ticket.description,
7777
type: "issue",
7878
hash: Bounty.path(bounty),
7979
tech: []

0 commit comments

Comments
 (0)