Skip to content

Commit

Permalink
Update driver.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zengge99 authored Jun 17, 2024
1 parent d1fbb9a commit 7674ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/quark_share/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (d *QuarkShare) Link(ctx context.Context, file model.Obj, args model.LinkAr
return cacheLink, nil
}
fid := d.save(file)
link, err := d.link(file, fid)
link, err := d.previewLink(file, fid)
if err == nil {
d.linkMap[file.GetID()] = link
}
Expand Down

0 comments on commit 7674ff3

Please sign in to comment.