This commit is contained in:
2023-06-21 12:49:47 +02:00
parent c94d0be2ed
commit a369f470b8

View File

@@ -20,7 +20,7 @@ pub struct UserSettings {
pub first_name: String, pub first_name: String,
pub username: String, pub username: String,
pub source: String, pub source: String,
pub allowed_langs: Vec<Lang>, pub allowed_langs: SmallVec<[Lang; 3]>,
} }
pub async fn get_user_settings( pub async fn get_user_settings(