From b6f96f25b9639ef261c92107212e0dd82d6094cb Mon Sep 17 00:00:00 2001 From: Mehak Nasir Date: Thu, 10 Jun 2021 14:17:35 +0500 Subject: [PATCH] fix: removed google drive link from codebase --- openedx/core/djangoapps/discussions/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx/core/djangoapps/discussions/models.py b/openedx/core/djangoapps/discussions/models.py index d3d7540538..e1e0ecedfc 100644 --- a/openedx/core/djangoapps/discussions/models.py +++ b/openedx/core/djangoapps/discussions/models.py @@ -150,7 +150,7 @@ AVAILABLE_PROVIDER_MAP = { 'https://www.youtube.com/watch?v=ZACief-qMwY', '', 'https://hubs.ly/H0J5Bn7', - 'https://drive.google.com/file/d/1FT6E2ajMabFQI3NqgInPgGsQnLH7e2Mb/view?usp=sharing', + '', 'learnmore@yellowdig.com', )._asdict(), },