Skip to content

Commit

Permalink
Lint and removed facebook field
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Feb 28, 2024
1 parent d4319e5 commit d4a7bc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def handle(self, *args, **kwargs):
"website": event_url,
"description": description,
"email": "",
"facebook": "",
},
)

Expand Down
1 change: 0 additions & 1 deletion backend/penndata/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class Meta:
"end",
"email",
"website",
"facebook",
)


Expand Down

0 comments on commit d4a7bc3

Please sign in to comment.