[WEB-1042] fix: dashboard collaborators active issue count (#4256)

* chore: recent collaborators based on workspace

* chore: removed the duplicate issue
This commit is contained in:
Bavisetti Narayan 2024-04-23 13:04:14 +05:30 committed by GitHub
parent f7d6219bd1
commit aee48f6fa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 7 deletions

View file

@ -15,7 +15,7 @@ class Command(BaseCommand):
receiver_email = options.get("to_email")
if not receiver_email:
raise CommandError("Reciever email is required")
raise CommandError("Receiver email is required")
(
EMAIL_HOST,
@ -54,7 +54,7 @@ class Command(BaseCommand):
connection=connection,
)
msg.send()
self.stdout.write(self.style.SUCCESS("Email succesfully sent"))
self.stdout.write(self.style.SUCCESS("Email successfully sent"))
except Exception as e:
self.stdout.write(
self.style.ERROR(