feat: ✨ is_follower, is_followed
docs: 📝 is_follower, is_followed
This commit is contained in:
parent
4f46797169
commit
f49de4ce50
6 changed files with 194 additions and 3 deletions
|
@ -24,7 +24,7 @@ pub async fn database_config() -> DataBaseConfig {
|
|||
let dirty: Vec<&str> = element.split(": ").collect();
|
||||
configs_cleaned.push(dirty[1]);
|
||||
}
|
||||
|
||||
|
||||
DataBaseConfig {
|
||||
address: configs_cleaned[0].to_string(),
|
||||
username: configs_cleaned[1].to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue