Commit 2144619015155ac22418d13895023d480f0fa075

Authored by Rohan Rangray
1 parent 148b7e62d2
Exists in master

Removed duplicate deck notification.

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

flashcards/views.py View file @ 2144619
... ... @@ -317,7 +317,6 @@
317 317 flashcard = Flashcard.objects.create(**data)
318 318 self.perform_create(flashcard)
319 319 notify_new_card(flashcard)
320   - notify_pull(flashcard, request.user)
321 320 headers = self.get_success_headers(data)
322 321 request.user.pull(flashcard)
323 322 response_data = FlashcardSerializer(flashcard).data