Skip to content

Commit

Permalink
fix: enable bd signal processor (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna authored Nov 29, 2023
1 parent 23433d2 commit 18db845
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bd_api/apps/api/v1/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ def handle_save(self, sender, instance, raw, **kwargs):
- If the instance isn't a fixture, then update it
"""

return None
if raw:
return None

using_backends = self.connection_router.for_write(instance=instance)

Expand Down

0 comments on commit 18db845

Please sign in to comment.