diff --git a/backend/penndata/management/commands/get_penn_today_events.py b/backend/penndata/management/commands/get_penn_today_events.py index dcf499bc..56320a24 100644 --- a/backend/penndata/management/commands/get_penn_today_events.py +++ b/backend/penndata/management/commands/get_penn_today_events.py @@ -113,7 +113,6 @@ def handle(self, *args, **kwargs): "website": event_url, "description": description, "email": "", - "facebook": "", }, ) diff --git a/backend/penndata/serializers.py b/backend/penndata/serializers.py index c84a2e32..e2163eed 100644 --- a/backend/penndata/serializers.py +++ b/backend/penndata/serializers.py @@ -23,7 +23,6 @@ class Meta: "end", "email", "website", - "facebook", )