Include slug in launch summary
This commit is contained in:
parent
e400360697
commit
31cd7e8b97
|
@ -125,6 +125,7 @@ def summarize_launch(launch: Launch) -> Summary:
|
||||||
|
|
||||||
return {
|
return {
|
||||||
"name": launch.get("name"),
|
"name": launch.get("name"),
|
||||||
|
"slug": launch["slug"],
|
||||||
"status": launch.get("status"),
|
"status": launch.get("status"),
|
||||||
"net": launch.get("net"),
|
"net": launch.get("net"),
|
||||||
"net_precision": net_precision,
|
"net_precision": net_precision,
|
||||||
|
|
Loading…
Reference in a new issue