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