fix typo
This commit is contained in:
parent
4eccee91d1
commit
181c6dc69b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
use mattermost_api::prelude::*;
|
||||
|
||||
/// Se connecte à Mattermost depuis Gitlab
|
||||
/// Se connecte à Mattermost
|
||||
pub async fn connexion(token: &str, pseudo: &str, mot_de_passe: &str, url: &str) -> mattermost_api::client::Mattermost {
|
||||
let auth;
|
||||
if token.len() > 0 {
|
||||
|
|
Reference in a new issue