Skip to content

Commit

Permalink
Merge pull request #49 from JahongirHakimjonov/jahongir
Browse files Browse the repository at this point in the history
fix: ui edit
  • Loading branch information
JahongirHakimjonov authored Dec 2, 2024
2 parents dda6853 + 6854ffc commit 8e51cab
Show file tree
Hide file tree
Showing 24 changed files with 270 additions and 16,680 deletions.
2 changes: 1 addition & 1 deletion apps/users/signals/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


@receiver(post_save, sender=ActiveSessions)
def increment_active_sessions(sender, instance, created, **kwargs):
def increment_active_sessions(sender, instance, created, **kwargs): # noqa
if created:
Notification.objects.create(
user=instance.user,
Expand Down
Loading

0 comments on commit 8e51cab

Please sign in to comment.