Skip to content

Commit eb39b72

Browse files
authored
Fix more GH API change error (#44)
1 parent c395533 commit eb39b72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/model/devel_feed.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def new(d: dict):
8282
_render_url(d["actor"]["login"], d["actor"]["url"]),
8383
d["payload"]["action"],
8484
"a pull request",
85-
"“" + _render_url(pr_data["title"], pr_data["html_url"]) + "”",
8685
"at",
8786
_render_url(d["repo"]["name"], d["repo"]["url"]),
8887
]

0 commit comments

Comments
 (0)