Skip to content

Commit

Permalink
Update driver.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zengge99 authored Sep 16, 2024
1 parent ba4291d commit cad81e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/alishare_115/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func (d *AliyundriveShare2Pan115) Link(ctx context.Context, file model.Obj, args
defer close(done)
if ok, err := d.client.UploadAvailable(); err != nil || !ok {
fmt.Println("[Debug] UploadAvailable failed")
return
//return
}

preHash := "2EF7BDE608CE5404E97D5F042F95F89F1C232871"
Expand Down

0 comments on commit cad81e1

Please sign in to comment.