Fix panic on 404
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
38567f47a8
commit
66e61392be
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ struct GitLabSuccessJSON {
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize)]
|
#[derive(Serialize, Deserialize)]
|
||||||
struct GitLabFailedJSON {
|
struct GitLabFailedJSON {
|
||||||
errors: Option<String>,
|
errors: Option<Vec<String>>,
|
||||||
message: String,
|
message: String,
|
||||||
url: String
|
url: String
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue