dev: remove ping
This commit is contained in:
parent
b4fb9f1aa2
commit
510eeb7a8f
2 changed files with 0 additions and 34 deletions
|
|
@ -60,15 +60,6 @@ def service_importer(service, importer_id):
|
|||
batch_size=100,
|
||||
)
|
||||
|
||||
_ = [
|
||||
send_welcome_slack.delay(
|
||||
str(user.id),
|
||||
True,
|
||||
f"{user.email} was imported to Plane from {service}",
|
||||
)
|
||||
for user in new_users
|
||||
]
|
||||
|
||||
workspace_users = User.objects.filter(
|
||||
email__in=[
|
||||
user.get("email").strip().lower()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue