make compiler happy

This commit is contained in:
bitfl0wer 2023-04-23 14:01:02 +02:00
parent 22adda7aa6
commit 242eddd5c8
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@ pub mod login {
use crate::errors::InstanceServerError; use crate::errors::InstanceServerError;
use crate::instance::Instance; use crate::instance::Instance;
impl Instance { /* impl Instance {
pub async fn login_account( pub async fn login_account(
&mut self, &mut self,
login_schema: &LoginSchema, login_schema: &LoginSchema,
) -> Result<LoginResult, InstanceServerError> { ) -> Result<LoginResult, InstanceServerError> {
} }
} } */
} }