Josh Yan 10 месяцев назад
Родитель
Сommit
93a8054693
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      api/client.go

+ 0 - 1
api/client.go

@@ -411,7 +411,6 @@ func (c *Client) IsLocal() bool {
 }
 }
 
 
 func Authorization(ctx context.Context, request *http.Request) (string, error) {
 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()))
 	data := []byte(fmt.Sprintf("%s,%s,%d", request.Method, request.URL.RequestURI(), time.Now().Unix()))
 
 
 	home, err := os.UserHomeDir()
 	home, err := os.UserHomeDir()