deduplicated RemoteError

This commit is contained in:
2026-01-25 21:54:36 +08:00
parent a48e34adc7
commit d1ef0a010f
6 changed files with 14 additions and 20 deletions

View File

@@ -1,6 +1,7 @@
use reqwest::Client;
use crate::{lock_r, services::auth::with_auth, state::FDOLL, models::dolls::*};
use crate::models::remote_error::RemoteError;
pub struct DollsRemote {
pub base_url: String,

View File

@@ -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,