[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:
parent
f7d6219bd1
commit
aee48f6fa4
2 changed files with 12 additions and 7 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue