Remove unneccessary variable

This commit is contained in:
bitfl0wer 2023-06-12 18:55:27 +02:00
parent 44224cb478
commit c97fa7bc48
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";