Skip to content

Commit

Permalink
Merge pull request #433 from kids-first/fix-file-link
Browse files Browse the repository at this point in the history
🐛 Fix file link in slack updates
  • Loading branch information
XuTheBunny authored Jul 29, 2020
2 parents d9f86f1 + d79706b commit 4266f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creator/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def make_study_message(studyObj):
if file_name is not None:
header = document_header(
f"{settings.DATA_TRACKER_URL}/study/{study_id}/"
"documents/{file_id}?utm_source=slack_daily_dm",
f"documents/{file_id}?utm_source=slack_daily_dm",
file_id,
file_name,
)
Expand Down

0 comments on commit 4266f2f

Please sign in to comment.