Skip to content

Commit

Permalink
log error only
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Sep 12, 2024
1 parent 13c3de2 commit 6d09a4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/models/file_upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ func (m *FileModel) combineResumableFiles(chunksDir, fileName, roomSid string, t
err = os.RemoveAll(chunksDir)
if err != nil {
log.Errorln(err)
return "", err
}

return combinedFile, nil
Expand Down

0 comments on commit 6d09a4d

Please sign in to comment.