aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pysite/views/api/asana.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pysite/views/api/asana.py b/pysite/views/api/asana.py
index 98f720b5..bb6f51f9 100644
--- a/pysite/views/api/asana.py
+++ b/pysite/views/api/asana.py
@@ -112,7 +112,6 @@ class IndexView(APIView):
description=f"{story['text']}\n\n"
f"No project on task - Keys: `{', '.join(task.keys())}`",
color=COLOUR_GREEN,
- url=f"https://app.asana.com/0/{project['id']}/{parent}",
author_name=story["created_by"]["name"],
author_icon=photo
)