Skip to content

Commit

Permalink
🎨 Resolve review conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuoqiu-Yingyi committed Dec 30, 2024
1 parent 29fcc8c commit 67d8935
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloud/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ func (local *Local) UploadBytes(filePath string, data []byte, overwrite bool) (l

func (local *Local) DownloadObject(filePath string) (data []byte, err error) {
key := path.Join(local.getCurrentRepoDirPath(), filePath)

data, err = os.ReadFile(key)
if err != nil {
if os.IsNotExist(err) {
Expand Down

0 comments on commit 67d8935

Please sign in to comment.