Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yk-eukarya committed Sep 19, 2024
1 parent 70eb5a6 commit 691fbb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/internal/usecase/interactor/asset.go
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ func (i *Asset) UpdateFiles(ctx context.Context, aid id.AssetID, s *asset.Archiv
return asset.NewFile().
Name(path.Base(f.Name)).
Path(f.Name).
Size(uint64(f.Size)).
GuessContentType().
Build(), true
})
Expand Down

0 comments on commit 691fbb7

Please sign in to comment.