fix smartermail (#2298)

This commit is contained in:
qgarnier 2020-10-28 15:49:10 +01:00 committed by GitHub
parent 2c75a4de40
commit a6940392bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ sub get_auth_token {
}
$self->{access_token} = $access_token;
$self->{http}->add_header(key => 'Authorization', value => 'Bearer ' . $self->{acess_token});
$self->{http}->add_header(key => 'Authorization', value => 'Bearer ' . $self->{access_token});
}
sub request_api {