Compare commits
No commits in common. "3fb959a2e9ca6b61bb310351167b83d20694d5e2" and "f5690366afe0423d3f5c182e2ac173a941ff7992" have entirely different histories.
3fb959a2e9
...
f5690366af
@ -18,7 +18,6 @@ class CurrentUser:
|
||||
is_bot: bool
|
||||
user_id: str
|
||||
session_id: str
|
||||
client_type: str
|
||||
permissions: List[str]
|
||||
|
||||
async def _fetch_current_user(
|
||||
@ -61,7 +60,6 @@ async def _fetch_current_user(
|
||||
is_bot=is_bot,
|
||||
user_id=data["user_id"],
|
||||
session_id=data["session_id"],
|
||||
client_type=data["client_type"],
|
||||
permissions=data["permissions"]
|
||||
)
|
||||
|
||||
@ -131,7 +129,6 @@ async def fetch_user_for_sio(
|
||||
is_bot=is_bot,
|
||||
user_id=data["user_id"],
|
||||
session_id=data["session_id"],
|
||||
client_type=data["client_type"],
|
||||
permissions=data["permissions"]
|
||||
)
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "common-lib"
|
||||
version = "0.0.45"
|
||||
version = "0.0.44"
|
||||
description = "Библиотека общих компонентов для микросервисов yobble"
|
||||
authors = [{ name = "cheykrym", email = "you@example.com" }]
|
||||
license = "MIT"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user