jottacloud: rename unused variable to _ in jottacloud.go
This commit is contained in:
parent
c31defbbd3
commit
7dcbebf9bc
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ func doAuthV1(ctx context.Context, srv *rest.Client, username, password string)
|
||||||
authCode = strings.Replace(authCode, "-", "", -1) // remove any "-" contained in the code so we have a 6 digit number
|
authCode = strings.Replace(authCode, "-", "", -1) // remove any "-" contained in the code so we have a 6 digit number
|
||||||
opts.ExtraHeaders = make(map[string]string)
|
opts.ExtraHeaders = make(map[string]string)
|
||||||
opts.ExtraHeaders["X-Jottacloud-Otp"] = authCode
|
opts.ExtraHeaders["X-Jottacloud-Otp"] = authCode
|
||||||
resp, err = srv.CallJSON(ctx, &opts, nil, &jsonToken)
|
_, err = srv.CallJSON(ctx, &opts, nil, &jsonToken)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue