mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
publish: 5.10.2
This commit is contained in:
parent
a2bb376279
commit
a721c71de3
3 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
[tool.poetry]
|
||||
name = "royalnet"
|
||||
version = "5.10.1"
|
||||
version = "5.10.2"
|
||||
description = "A multipurpose bot and web framework"
|
||||
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
||||
license = "AGPL-3.0+"
|
||||
|
|
|
@ -12,6 +12,7 @@ class ApiUserFindStar(rca.ApiStar):
|
|||
}
|
||||
}
|
||||
|
||||
@rca.magic
|
||||
async def get(self, data: rca.ApiData) -> ru.JSON:
|
||||
"""Get details about the Royalnet user with a certain alias."""
|
||||
user = await rbt.User.find(self.alchemy, data.session, data["alias"])
|
||||
|
|
|
@ -1 +1 @@
|
|||
semantic = "5.10.1"
|
||||
semantic = "5.10.2"
|
||||
|
|
Loading…
Reference in a new issue