add push service
This commit is contained in:
parent
7ba1d5a717
commit
4543cb9493
@ -9,7 +9,7 @@ async def send_internal_message(
|
||||
sender: str,
|
||||
user_id: UUID,
|
||||
content: str,
|
||||
broker_customization_msg: str,
|
||||
broker_customization_msg: str = None,
|
||||
with_httpexception = False
|
||||
) -> dict:
|
||||
try:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "common-lib"
|
||||
version = "0.0.38"
|
||||
version = "0.0.39"
|
||||
description = "Библиотека общих компонентов для микросервисов yobble"
|
||||
authors = [{ name = "cheykrym", email = "you@example.com" }]
|
||||
license = "MIT"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user