dev: remove ping

This commit is contained in:
pablohashescobar 2024-02-26 11:36:55 +05:30
parent b4fb9f1aa2
commit 510eeb7a8f
2 changed files with 0 additions and 34 deletions

View file

@ -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()