refactor(database/user): adding the clickable User on the documentation

This commit is contained in:
Raphael 2026-02-13 12:17:59 +01:00 committed by Raphaël
parent 00fd1d944c
commit b02cba18ae

View file

@ -26,7 +26,7 @@ pub async fn create(db: &PgPool, user_id: &str) -> Result<(), sqlx::Error> {
/// Take the database information of a user
///
/// # Returns
/// User overwise `None` if the user doesn't exist
/// [`User`] or `None` if the user doesn't exist
///
/// # Arguments
///