add bots token
This commit is contained in:
parent
d472348bc7
commit
bd72fc4476
@ -57,7 +57,6 @@ async def _fetch_current_user(
|
|||||||
|
|
||||||
return CurrentUser(
|
return CurrentUser(
|
||||||
token=token,
|
token=token,
|
||||||
is_bot=data["is_bot"],
|
|
||||||
user_id=data["user_id"],
|
user_id=data["user_id"],
|
||||||
session_id=data["session_id"],
|
session_id=data["session_id"],
|
||||||
permissions=data["permissions"]
|
permissions=data["permissions"]
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "common-lib"
|
name = "common-lib"
|
||||||
version = "0.0.32"
|
version = "0.0.33"
|
||||||
description = "Библиотека общих компонентов для микросервисов yobble"
|
description = "Библиотека общих компонентов для микросервисов yobble"
|
||||||
authors = [{ name = "cheykrym", email = "you@example.com" }]
|
authors = [{ name = "cheykrym", email = "you@example.com" }]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user