Skip to content

Commit c49e023

Browse files
committed
minor fixes
1 parent 23d11c4 commit c49e023

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api/issues.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,9 @@ async def issues(
184184

185185
#Left here for retrocompat
186186
for issue in issues:
187-
issue["id"]: res["uuid"]
187+
issue["id"]: issue["uuid"]
188+
189+
issue.pop("uuid", None)
188190

189191
if params.full:
190192
issue["update"]: str(issue["timestamp"])

0 commit comments

Comments
 (0)