fix error #559
@@ -486,6 +486,8 @@ WHERE id like ?
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    pub async fn find_by_name(db: &SqlitePool, name: &str) -> Option<Self> {
 | 
			
		||||
        let name = name.trim().to_lowercase();
 | 
			
		||||
 | 
			
		||||
        sqlx::query_as!(
 | 
			
		||||
            Self,
 | 
			
		||||
            "
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user