deduplicated RemoteError
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use reqwest::Client;
|
||||
|
||||
use crate::{lock_r, services::auth::with_auth, state::FDOLL, models::friends::*};
|
||||
use crate::models::remote_error::RemoteError;
|
||||
|
||||
pub struct FriendRemote {
|
||||
pub base_url: String,
|
||||
|
||||
Reference in New Issue
Block a user