refactor(database/user): adding the clickable User on the documentation
This commit is contained in:
parent
00fd1d944c
commit
b02cba18ae
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ pub async fn create(db: &PgPool, user_id: &str) -> Result<(), sqlx::Error> {
|
||||||
/// Take the database information of a user
|
/// Take the database information of a user
|
||||||
///
|
///
|
||||||
/// # Returns
|
/// # Returns
|
||||||
/// User overwise `None` if the user doesn't exist
|
/// [`User`] or `None` if the user doesn't exist
|
||||||
///
|
///
|
||||||
/// # Arguments
|
/// # Arguments
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue