diff --git a/api/client.go b/api/client.go index 0b3424f14..cd751d7b2 100644 --- a/api/client.go +++ b/api/client.go @@ -402,7 +402,6 @@ func (c *Client) IsLocal() bool { } func Authorization(ctx context.Context, request *http.Request) (string, error) { - data := []byte(fmt.Sprintf("%s,%s,%d", request.Method, request.URL.RequestURI(), time.Now().Unix())) home, err := os.UserHomeDir()