add push service

This commit is contained in:
unknown 2025-12-03 03:05:16 +03:00
parent 4543cb9493
commit 9a01f91ea0
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ async def send_internal_message(
json={"sender": str(sender), json={"sender": str(sender),
"user_id": str(user_id), "user_id": str(user_id),
"content": str(content), "content": str(content),
"broker_customization_msg": str(broker_customization_msg), "broker_customization_msg": broker_customization_msg,
}) })
if response.status_code != 200: if response.status_code != 200:

View File

@ -1,6 +1,6 @@
[project] [project]
name = "common-lib" name = "common-lib"
version = "0.0.39" version = "0.0.40"
description = "Библиотека общих компонентов для микросервисов yobble" description = "Библиотека общих компонентов для микросервисов yobble"
authors = [{ name = "cheykrym", email = "you@example.com" }] authors = [{ name = "cheykrym", email = "you@example.com" }]
license = "MIT" license = "MIT"