Fix coordinator chat env variable (#1232)

changed env variable
This commit is contained in:
Aarav Mehta 2024-04-20 20:06:21 +05:30 committed by GitHub
parent b9c92fb178
commit 9479f35afa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -139,7 +139,7 @@ class Telegram:
text = f"⚖️ Hey {user.username}, a dispute has been opened on your order with ID {str(order.id)}."
self.send_message(user.robot.telegram_chat_id, text)
admin_chat_id = config("TELEGRAM_ADMIN_CHAT_ID")
admin_chat_id = config("TELEGRAM_COORDINATOR_CHAT_ID")
if len(admin_chat_id) == 0:
return