fix: put as task from web
This commit is contained in:
@ -147,7 +147,7 @@ func (m *Monitor) Complete() error {
|
||||
if err != nil {
|
||||
return errors.Wrapf(err, "failed to open file %s", file.Path)
|
||||
}
|
||||
stream := model.FileStream{
|
||||
stream := &model.FileStream{
|
||||
Obj: model.Object{
|
||||
Name: path.Base(file.Path),
|
||||
Size: size,
|
||||
|
Reference in New Issue
Block a user