Remove unneccessary variable

This commit is contained in:
bitfl0wer 2023-06-12 18:55:27 +02:00
parent 98a043ab30
commit 1aad39ded1
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ impl Instance {
&mut self,
login_schema: &LoginSchema,
) -> Result<UserMeta, ChorusLibError> {
let mut requester = LimitedRequester;
let json_schema = json!(login_schema);
let client = Client::new();
let endpoint_url = self.urls.get_api().to_string() + "/auth/login";