Josh Yan 10 달 전
부모
커밋
9b3f47b674
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      api/client.go

+ 0 - 1
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()